Closed VPliss closed 8 years ago
The THREAD WARNING
is a non-issue; just a warning.
The fatal error is caused by Application tried to present modally an active controller
.
I would assume this is caused by the native UI picker (provided by cordova-plugin-actionsheet) colliding with another native UI element. Therefore I assume this only occurs if you do not specify app
in the options
object when calling launchnavigator.navigate()
??
Are you including other plugins that contain native UI elements? Are you able to reproduce the error when running one of the example project apps?
Are you able to reproduce the error when running one of the example project apps? ➞ I don't reproduce whit the Sample project
Are you including other plugins that contain native UI elements? ➞ com.ios.cordova-idfa 0.1.0 "Cordova IDFA" com.lampa.startapp 0.1.4 "startApp" cordova-plugin-actionsheet 2.3.1 "ActionSheet" cordova-plugin-app-event 1.2.0 "Application Events" cordova-plugin-appversion 1.0.0 "App Version" cordova-plugin-badge 0.7.3 "Badges" cordova-plugin-camera 2.3.0 "Camera" cordova-plugin-compat 1.0.0 "Compat" cordova-plugin-customurlscheme 4.2.0 "Custom URL scheme" cordova-plugin-device 1.1.3 "Device" cordova-plugin-dialogs 1.3.0 "Notification" cordova-plugin-geolocation 2.4.0 "Geolocation" cordova-plugin-globalization 1.0.4 "Globalization" cordova-plugin-inappbrowser 1.4.0 "InAppBrowser" cordova-plugin-network-information 1.0.1 "Network Information" cordova-plugin-splashscreen 2.1.0 "Splashscreen" cordova-plugin-themeablebrowser 0.2.17 "ThemeableBrowser" cordova-plugin-whitelist 1.3.0 "Whitelist" cordova-plugin-x-socialsharing 5.0.12 "SocialSharing" de.appplant.cordova.plugin.local-notification 0.8.4 "LocalNotification" de.appplant.cordova.plugin.printer 0.7.1 "Printer" org.pushandplay.cordova.apprate 1.1.7 "AppRate" phonegap-plugin-push 1.8.2 "PushPlugin" uk.co.workingedge.phonegap.plugin.launchnavigator 3.2.1 "Launch Navigator"
I'd say it's likely another of those plugins is colliding with cordova-plugin-actionsheet
.
You can confirm that it's cordova-plugin-actionsheet
(not launchnavigator
) that is the problem by specifying an app in the launch options, for example:
launchnavigator.navigate("Someplace", {app : launchnavigator.APP.GOOGLE_MAPS});
If this works OK, then for sure the problem is with cordova-plugin-actionsheet
. In which case, it may be worth raising an issue against that plugin since this plugin is only a user of it.
Out of the plugins you have listed, I would guess cordova-plugin-x-socialsharing
and cordova-plugin-dialogs
as being likely suspects for the conflict. You can test this by uninstalling those plugins from your project, then retesting to see if the app still crashes. If not those plugins, then try uninstalling the others until you find which is conflicting.
Hello, It's fix for me. I have a problem with my js when I call the plugin :
event.stopPropagation();
Thanks for your help.
Hello, When I use this plugin on iOS, my app freeze with this log :
Could you help me please ?