-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android: initManager was called twice #183
Comments
Hello @schematical, Can you please send your codes where you are using this plugin and also your Regards, |
And package.json
|
Hello @schematical, Make sure Also try to use Regards, |
Error:
So I added break points inside
cordova.js
theandroidExec
function and verified it was NOT getting called twice from the browser.It looks like the error calling the call back deletes the callback from the cordova adapter queue so I cannot get any information after this error even though looking at logcat the error finshes.
Thoughts?
The text was updated successfully, but these errors were encountered: