We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
iOS: ios peek is weak,pop is strong
Peek
Pop
but,in the readme.md:
Pop vibration Pop vibration: weak boom (For iOS: only available with the haptic engine. iPhone 6s minimum or Android)
Vibration.VibratePop();
Peek Vibration Peek vibration: strong boom (For iOS: only available on iOS with the haptic engine. iPhone 6s minimum or Android)
Vibration.VibratePeek();
The text was updated successfully, but these errors were encountered:
No branches or pull requests
iOS:
ios peek is weak,pop is strong
AudioServicesPlaySystemSoundWithCompletion(1519, NULL); // Actuate
Peek
feedback (weak boom)}
AudioServicesPlaySystemSoundWithCompletion(1520, NULL); // Actuate
Pop
feedback (strong boom)}
but,in the readme.md:
Pop vibration
Pop vibration: weak boom (For iOS: only available with the haptic engine. iPhone 6s minimum or Android)
Vibration.VibratePop();
Peek Vibration
Peek vibration: strong boom (For iOS: only available on iOS with the haptic engine. iPhone 6s minimum or Android)
Vibration.VibratePeek();
The text was updated successfully, but these errors were encountered: