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

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -