Closed blablapolicja closed 8 years ago
This plugin also causes issues when used with https://github.com/whiteoctober/cordova-plugin-app-version pluginInitialize is not implemented there and since the plugin name does not start with 'CDV' https://github.com/katzer/cordova-plugin-app-event/blob/master/src/ios/CDVPlugin%2BAPPAppEvent.m#L42 it insists on calling orig_pluginInitialize https://github.com/katzer/cordova-plugin-app-event/blob/master/src/ios/CDVPlugin%2BAPPAppEvent.m#L57 regardless if it's implemented or not.
Probably duplicate of https://github.com/katzer/cordova-plugin-app-event/issues/1
Fixed with v1.2.0
plugin crashes when I call cordova.plugins.email.isAvailable() or cordova.plugins.email.open()
my code:
I tried to wrap it in $ionicPlatform.ready(), but nothing changed Everything is ok, when I put plugin method in app.run()
Ionic 1.2.1 Cordova 5.4.1 cordova-ios 4.0.1 cordova-plugin-app-event 1.1.0 cordova-plugin-email 1.1.0