benjamindean / flutter_vibration

Handle vibration on iOS and Android in Flutter apps
229 stars 69 forks source link

Vibration.hasVibrator() returns `true` on iPads #12

Closed FelixHuneburg closed 4 years ago

FelixHuneburg commented 5 years ago

Vibration.hasVibrator() seems to return true on iPads, event though they don't support this.

benjamindean commented 5 years ago

Yes, since there is no proper way at the moment to check if the iOS device supports vibration. What happens on iPad when you run Vibration.vibrate()?

benjamindean commented 4 years ago

Closing for inactivity. Feel free to re-open it in case it creates some problems.