vib-rate
Mobile icon

Vib-Rate

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 08 June 2023
 by 
5.0
 (1 rating)
vib-rate

Vib-Rate

Documentation
1.0.0
titledescription
Vib-rate
Vibrate the device.


  • This plugin provides a way to vibrate the device.
  1. Make dependency with Vibrate Plugin
  2. Use VibrateState clientAction for check Plugin avelability on device
  3. Use StartVibrate with inputDuration to start vibrating for a predefined duration (ms).
  4. StopVibrate (Stop vibration)

  • This plugin use :

  cordova-plugin-vibration

          The plugin defines a global object/method navigator.vibrate. Although in the global                     scope,   it is not available until after the deviceready event.