flutter_vibrate icon indicating copy to clipboard operation
flutter_vibrate copied to clipboard

Doesn't vibrate in iPhone

Open dark-chocolate opened this issue 6 years ago • 0 comments

I am using below code

// Check if the device can vibrate
              bool canVibrate = await Vibrate.canVibrate;
              print("canVibrate = ${canVibrate}"); // returns true

              Vibrate.vibrate();

Still it doesn't vibrate in real device.

Tested in iPhone and iPad pro running 12.0.1

dark-chocolate avatar Dec 07 '18 14:12 dark-chocolate