benjamindean/flutter_vibration

Vibration.hasVibrator() returns `true` on iPads

Closed this issue · 2 comments

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

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()?

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