Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 587 Bytes

vibrationios.md

File metadata and controls

30 lines (18 loc) · 587 Bytes
id title
vibrationios
VibrationIOS

Deprecated. Use Vibration instead.

The Vibration API is exposed at VibrationIOS.vibrate(). On iOS, calling this function will trigger a one second vibration. The vibration is asynchronous so this method will return immediately.

There will be no effect on devices that do not support Vibration, eg. the iOS simulator.

Vibration patterns are currently unsupported.

Methods


Reference

Methods

vibrate()

static vibrate()

@deprecated