cordova-plugin-shake icon indicating copy to clipboard operation
cordova-plugin-shake copied to clipboard

Cordova / PhoneGap Plugin to detect when a physical device performs a shake gesture

Results 10 cordova-plugin-shake issues
Sort by recently updated
recently updated
newest added

### 1. What is the context? I have built an Ionic 5/Capacitor/React app where I have added the cordova-plugin-shake through capacitor by following the [Ionic Docs](https://ionicframework.com/docs/native/shake). ### 2. What does...

Tested my code on Nexus 6P running on Android 8.x.x, and shake triggers perfectly. On my Google Pixel 3XL running on Android 12, onShake event is not triggered. Shake functionality...

Hi there, Can someone help me with the background mode of the shake option enabled? any example code would be helpful, Scenario 1: Works fine: Foreground Launch App Shake the...

With the upcoming depracation of cordova-plugin-device-motion will the shake plugin be updated to use the W3C Device Motion and Orientation API as described here https://blog.phonegap.com/migrating-from-the-cordova-device-motion-plugin-ddd8176632ed Thanks.

is this still being supported? would love to be able to use it

Hello, I have a problem using this plugin in my Ionic Application for an iOS App. I want a transform-animation ( `transform: 'rotateY(180deg)'` ) to start when device is shaken....

Hi I wanted to ask is t possible to detect when a shake has ended ver when one has started?

Square created an Android (native) lib to detect device shake and I thought it might be worth testing out https://github.com/square/seismic

this is my code: if(!$window.localStorage.Shakecount){ $window.localStorage.setItem('Shakecount', 1); } if(!$window.localStorage.themecolor){ $window.localStorage.setItem('themecolor', "awesome_blue"); } $scope.themecolor = $window.localStorage.getItem("themecolor"); var indexcount = $window.localStorage.getItem("Shakecount"); var onShake = function() { alert("afterloadedok"); switch(indexcount){ case "1": var index...

I have used this code for my University classes for the past few years. This weekend, I have recompiled and tested Android 5.1.1 on Samsung Galaxy and iOS 10.3.3 (iPhone...