benjamindean/flutter_vibration

Haptic vibration not supported on iphone 7

Closed this issue · 2 comments

Hi,

I have :

  • An iphone 7 with ios 13.3.1
  • Enabled haptic in the settings

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.

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

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