Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 338 Bytes

vibration.md

File metadata and controls

26 lines (19 loc) · 338 Bytes

Vibration

weexpack plugin add nat-device-vibration

vibrate(time, callback)

Arguments

  1. [time] (Int) (ms, default: 500) (Android Only)
  2. [callback] (Function)

Example

Nat.vibrate()
Nat.vibrate(2000)

Error VIBRATION_PERMISSION_DENIED VIBRATION_NOT_SUPPORTED