Yeah, for real :) though I guess other problems would come up with that version (permissions and stuff), so I'm of course reluctant to use that.
**Edit**: Unfortunately, I'm simply not able to upgrade my cordova-android to v7, because the folder structure changed and my other cordova plugins and hooks don't work there. If there is any other way I can help, please let me know. **Edit2**: okay, after creating a blank project with cordova-android 7.1.1 and cordova-plugin-geolocation 4.0.1, it works. After downgrading cordova-android to 6.4.0 in this blank project, it also works. So I guess there is some other problem in my original project - some interaction with other cordova plugins maybe? - which creates the problem. **Edit3**: after bypassing ngCordova from my original project and using navigator.geolocation directly, it seem to work, or at least work most of the time. I need to test this further, but **ngCordova seems to be the main culprit for me**. Sorry if I hijacked this thread with an unrelated issue. [ Full content available at: https://github.com/apache/cordova-plugin-geolocation/issues/110 ] This message was relayed via gitbox.apache.org for [email protected]
