benjamindean / flutter_vibration

Handle vibration on iOS and Android in Flutter apps
219 stars 68 forks source link

Haptic vibration not supported on iphone 7 #42

Closed silversquall closed 3 years ago

silversquall commented 3 years ago

Hi,

I have :

await Vibration.hasCustomVibrationsSupport()) --> returns false --> i can't use the haptic feature.

2 questions:

1) On which device have you tested ?

2) are you supporting ios 14 ?

thx.

benjamindean commented 3 years ago

Hey! Haptics only work on iPhone 8 and above due to hardware limitations.

silversquall commented 3 years ago

surprising as the iphone 7 is supposed to be haptic compatible. thx for the reply.