javascript - mdg:geolocation - App asks for general location permission but also for "http://meteor.local" -
unfortunately when deploy ios app, app asks general permission (as should) afterwards "http://meteor.local" webview. there way bypass second prompt or "problem" have deal with?
thanks in advance.
i running same issue you. using meteor 1.3 beta 3. try install https://github.com/apache/cordova-plugin-geolocation. run: meteor add cordova:cordova-plugin-geolocation@2.1.0
this fixed issue me.
Comments
Post a Comment