leecrossley / cordova-plugin-shake

Cordova / PhoneGap Plugin to detect when a physical device performs a shake gesture
http://ilee.co.uk
92 stars 33 forks source link

Installed on phonegap app. cordova 6.4. plugin looks installed, but shake is not found #25

Open irvins opened 8 years ago

irvins commented 8 years ago

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

marcopeg commented 7 years ago

I ran into the same issue and I was just doing it wrong. You have to register to "deviceready" and refer to "shake" into that callback.

merbin2012 commented 4 years ago

Me too