-
Notifications
You must be signed in to change notification settings - Fork 592
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
Haptics #5
Conversation
Thanks for all the work on this. Two points for discussion below: Message for'API Not Available' Vibrate Options |
@cameronrr Good input, thanks! I agree, we need to be consistent about error messages. I hope to have a code associated with each error so you can just check |
Co-authored-by: Dan Imhoff <[email protected]>
Co-authored-by: Dan Imhoff <[email protected]>
Co-authored-by: Dan Imhoff <[email protected]>
Co-authored-by: Dan Imhoff <[email protected]>
haptics/android/src/main/java/com/capacitorjs/plugins/haptics/Haptics.java
Outdated
Show resolved
Hide resolved
haptics/android/src/main/java/com/capacitorjs/plugins/haptics/arguments/HapticsImpactType.java
Outdated
Show resolved
Hide resolved
Hi everybody. Does this PR introduced such behaviour, or it is not based on CoreHaptics? Thank you |
Android implementation has been reworked based on https://github.com/expo/expo/tree/master/packages/expo-haptics
see ionic-team/capacitor-testapp#7 and ionic-team/capacitor#3363