Const
Whether the current device supports haptic feedback.
true on Android (Web Vibration API) and iOS (Taptic Engine via checkbox trick). false on desktop browsers.
true
false
Useful for conditionally showing haptic-related UI (e.g. a settings toggle).
Whether the current device supports haptic feedback.
trueon Android (Web Vibration API) and iOS (Taptic Engine via checkbox trick).falseon desktop browsers.Useful for conditionally showing haptic-related UI (e.g. a settings toggle).