<button onclick="navigator.vibrate(30);">Test</button>
<button id="btn">кликни</button> <script> btn.onclick = e => navigator.vibrate(200); </script>