Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Capacitor: Haptic feedback #2392

Open
raineorshine opened this issue Sep 12, 2024 · 0 comments
Open

Capacitor: Haptic feedback #2392

raineorshine opened this issue Sep 12, 2024 · 0 comments
Labels
feature New feature or request

Comments

@raineorshine
Copy link
Contributor

Use the Capacitor Haptics API to provide physical feedback to the user.

https://capacitorjs.com/docs/apis/haptics

Haptic options:

Haptic requirements (first iteration):

  • Gesture
    • start: selectionStart
    • swipe: selectionChanged
    • end: selectionEnd
      • except Back/Forward: impact (light)
      • except Delete: notification (warning)
      • except Delete permanently: notification (warning)
    • cancel: notification (warning)
  • Drag-and-drop
    • start: selectionStart
    • drop target changes: selectionChanged
    • end: selectionEnd
    • cancel: notification (warning)
  • Hamburger menu
    • toggle: impact (light)
  • Link
    • click: impact (light)
@raineorshine raineorshine added the feature New feature or request label Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant