-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
Description
There is an API we can use for Android:
https://developer.mozilla.org/en-US/docs/Web/API/Navigator/vibrate
The server will send something like {leftMagnitude: 0.5, rightMagnitude: 0.0, duration_ms: 500}
Not sure what do with magnitudes since the API doesnt support that. Could maybe create a pattern to simulate somehow.
For iOS I think the only way to do it is native wrapper with Apache Cordova.
Reactions are currently unavailable