Skip to content
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

Cordova plugins not activated on ios #36

Open
mstn opened this issue Aug 31, 2014 · 0 comments
Open

Cordova plugins not activated on ios #36

mstn opened this issue Aug 31, 2014 · 0 comments

Comments

@mstn
Copy link

mstn commented Aug 31, 2014

I have a MeteorRider app that works in an Android wrapper. However, iOS has some issues. I do not know if it depends on MeteorRider. Anyway this is the problem.

There are some cordova plugins installed with the app.

  • geolocation (standard)
  • bar code scanner (it opens a camera overlay)
  • status bar (standard)
  • console (standard)

However, not every plugin is always loaded.

For example,

  • After installation from xcode on physical device, statusbar plugin is loaded, but geolocation and barcode scanner not. If I click on the gps arrow in the status bar, geolocation and barcode scanner work. Moreover, if I click on the button that should open the barcode scanner, nothing happens until I click on the gps arrow!
  • After a cold restart (always on physical device), no plugin seems to be loaded. If I minimize the app and reopen it, then every plugin is loaded.

thanks in advance
Marco

EDIT
The problem seems related to the geolocation plugin. If I remove this plugin, everything works fine. But the message "this app is using your position" is prompted twice. Is it related to #12?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant