[FR] Haptic feedback support on mobile

Looking to add some vibration feedback to button presses at the very least.

Apparently Android requires permissions for it: https://stackoverflow.com/questions/13950338/how-to-make-an-android-device-vibrate

1 Like

This setting in the Projucer’s Android exporter will set the permission:

But is there a JUCE API to vibrate the iOS/Android device? I can’t find mention of any such API.