cordova-native-gestures
v1.0.0
Published
Use native platform gestures in your cordova app for better gesture sensitivity and higher triggering frequency.
Downloads
8
Maintainers
Readme
cordova-native-gestures
Use native platform gestures in your cordova app for better gesture sensitivity and higher triggering frequency.
Dependency
- Android SDK 17.+
Install
Run this command to add this plugin to your project:
cordova plugins https://github.com/divampo/google-campaign-tracking --save
Usage
Add event listener to one of the available events and handle it:
document.addEventListener(window.nativeGestures.EVENTS.GESTURE_SCALE, (e) => {
// your code here
});
Available events
- nativeSingleTapUp
- nativeShowPress
- nativeLongPress
- nativeScale
- nativeScaleBegin
- nativeScaleEnd
- nativeDown
- nativeFling
License
This code is licensed under the MIT License