byronigoe commented on issue #294: URL: https://github.com/apache/cordova-plugin-geolocation/issues/294#issuecomment-3953920848
I know that this plugin simply calls the navigator.geolocation object on the Android System WebView, but something has changed (permissions or configuration) such that my Cordova app no longer gets a response when in Airplane Mode. For example, I see a thread about allowing permission on the webview: ``` final WebSettings settings = webView.getSettings(); settings.setJavaScriptEnabled(true); settings.setGeolocationEnabled(true); ``` In fact, the GPS pin icon doesn't even show in the top right when I call watchPosition. So, it will never "work" even if I let it sit for hours. Did you try it yourself? GPS Test works without issue in Airplane Mode. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
