Is your feature request related to a problem? Please describe.
Haptics engages people’s sense of touch to enhance the experience of interacting with onscreen interfaces. This provides feedback when a user taps on a button or an action has been successfully completed.
Describe the solution you'd like
Create a class to handle haptic feedback, a singleton object can be used. This will be later used across the app.
A few cases worth handling:
Heavy
Light
Medium
Rigid
Error
Success
Warning
Please test this, a follow-up issue will be to add feedback to various buttons and actions - though this has not been scoped.
Is your feature request related to a problem? Please describe. Haptics engages people’s sense of touch to enhance the experience of interacting with onscreen interfaces. This provides feedback when a user taps on a button or an action has been successfully completed.
Describe the solution you'd like Create a class to handle haptic feedback, a singleton object can be used. This will be later used across the app.
A few cases worth handling:
Please test this, a follow-up issue will be to add feedback to various buttons and actions - though this has not been scoped.
Additional context