Closed idoodler closed 3 years ago
Maybe this helps, at least to understand your issue better: https://github.com/leecrossley/cordova-plugin-shake/issues/36#issuecomment-647161870
We are using plain cordova, not capacitor. It looks like the MainViewController.m file is deprecated and not used anymore. If i manually add the motionEnded
method function to CDVViewController.h
inside the CordovaLib project it works fine.
We recently updated to the latest cordova for iOS 6.2.0.
This plugin injects the
motionEnded
function in to theMainViewController.m
file but it looks like nothing from theMainViewController.m
file is called.Does someone experience the same behaviour?