meteor / mobile-packages

Meteor packages that provide functionality on mobile and desktop via Cordova plugins.
Other
339 stars 153 forks source link

On cordova mdg:geolocation doesn't wait for the cordova-geolocation-plugin to be ready #139

Closed cwohlman closed 3 years ago

cwohlman commented 6 years ago

I'm running into an issue on ios where the mdg:geolocation package doesn't wait for the cordova plugin to be ready, so in cases where navigator.geolocation is available but not functioning (ios 11) the package incorrectly uses navigator.geolocation but fails to actually acquire any location information. Later the cordova plugin loads but the package doesn't attempt to re-initialize any watch.

StorytellerCZ commented 3 years ago

I'm closing this issue due to age.