utubo / firefox-simple_gesture

🦊An add-on that adds simple touch gestures for Firfox for Android. Sorry, I only check issues sometimes.
https://addons.mozilla.org/ja/firefox/addon/simple-gesture/
Other
29 stars 1 forks source link

Haptic feedback for registered gestures (Feature Enhancement Request) #84

Open BuddhaDiedLaughing opened 7 months ago

BuddhaDiedLaughing commented 7 months ago

Haptic feedback for registered gestures as it's not always clear if Firefox is working on it and the toasts aren't as notification as a little vibration.

Thanks for this -either way!

utubo commented 7 months ago

a little vibration.

This is a great idea. I'm going to try it one of these days.

Thank you for the idea.

utubo commented 7 months ago

Vibration API is not supported.😒😒😒

https://developer.mozilla.org/en-US/docs/Web/API/Navigator/vibrate

Vibration is disabled. If the window is visible, then navigator.vibrate() returns true, but no vibration takes place (regardless of hardware support).

This demo does not work. https://googlechrome.github.io/samples/vibration/