mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #3513] enh: Haptic Feedback in the Mobile UI #51957
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Smoffyy on GitHub (Jun 28, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/3513
Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
Well, I thought that it'd be nice to have haptic feedback, like when swiping to open the side menu with chats, or when the LLM is streaming the response. Kinda like the ChatGPT App, those type of haptic feedbacks. And when using the Call mode, it'll vibrate when it finishes transcribing what you said.
Describe alternatives you've considered
None, if its not easily do-able its completely fine. Just thought about giving the Idea.
Additional context
None
@dannyl1u commented on GitHub (Aug 2, 2024):
iOS doesn't support vibrations on Safari, perhaps it could be implemented for Android though
https://developer.mozilla.org/en-US/docs/Web/API/Navigator/vibrate#browser_compatibility
@silentoplayz commented on GitHub (Aug 20, 2024):
As of v0.3.13, Android devices now support haptic feedback for an immersive tactile experience during certain interactions.