We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc4b60c commit fbb0c7fCopy full SHA for fbb0c7f
src/common/ios.mm
@@ -386,11 +386,13 @@ void vibrate(double seconds)
386
CHHapticPatternKeyTime: @0.0,
387
CHHapticPatternKeyEventDuration: @(seconds),
388
CHHapticPatternKeyEventParameters: @[
389
+ // Correlates to Android's default high intensity vibration.
390
@{
391
CHHapticPatternKeyParameterID:
392
CHHapticEventParameterIDHapticIntensity,
393
CHHapticPatternKeyParameterValue: @1.0
394
},
395
+ // Medium sharpness, 0.0 is dull rumble while 1.0 is crisp tap.
396
397
398
CHHapticEventParameterIDHapticSharpness,
0 commit comments