You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
functiontriggerVibration(){if('vibrate'innavigator){// Vibrate for 500 millisecondsnavigator.vibrate(500);}else{console.log("Vibration API not supported on this device.");}}triggerVibration();
Currently there is no support for Safari both on Desktop and Mobile.
Add "haptic feedback" (iOS term) to slightly vibrate device after each move. Consider adding audio for pieces moving as well, but could be annoying.
The text was updated successfully, but these errors were encountered: