Markus Wagner

Results 6 comments of Markus Wagner

@LiamKarlMitchell: I copied the `index.ts` for AppVersion into my project and made some minor changes. Finally I ended up with this coding, which works like a charm: ``` import {...

Have a look at https://github.com/Ritzlgrmft/ionic-feedback-sample. This is a app built with Cordova using the shake event. I just checked, it is working with different iOS devices. BTW: for iOS, you...

I am afraid, the plugin doesn't run out-of-the-box with Capacitor. For getting notified about a shake gesture, on iOS the main controller must register for the motionEnded event. Since Cordova...

What is your problem? Do you see the first alert "afterloadedok" when you shake the device? If yes then there is something wrong in your function...

Do you wait for Cordova's deviceready event before calling shake.startWatch?

Have a look at https://github.com/Ritzlgrmft/ionic-feedback-sample, an app using the shake event