You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
However, not every plugin is always loaded.
For example,
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?
The text was updated successfully, but these errors were encountered: