You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For this we need to have the necessary events during wheel-scroll, the current onChange event is fired only once per gesture.
Implementation-wise this could be done using the vibration API on supporting devices. iOS Safari does not have support for this, so on iOS this would be possible only inside cordova apps using the necessary plugins.
The text was updated successfully, but these errors were encountered:
I see this is a somewhat old issue. Any update on this? The ability to get haptic feedback on the picker wheels is something I'd love implement in my app.
For this we need to have the necessary events during wheel-scroll, the current
onChange
event is fired only once per gesture.Implementation-wise this could be done using the vibration API on supporting devices. iOS Safari does not have support for this, so on iOS this would be possible only inside cordova apps using the necessary plugins.
The text was updated successfully, but these errors were encountered: