slack-digest/2021-12-19.md
Sun, 19 Dec 2021 08:21:21 GMT
Join the conversation at slack.cordova.io
Sat, 18 Dec 2021 17:59:31 GMT
@harel.mazor says
I'm getting reports from users that experience problems with their GPS on android 12, is anyone experiencing this issue as well? Any known solution/problem?
Sat, 18 Dec 2021 18:21:39 GMT
@norman137 says
If you are requesting just coarse level geolocation, you may be experiencing https://github.com/apache/cordova-plugin-geolocation/issues/235
Sat, 18 Dec 2021 18:25:04 GMT
@norman137 says
The apache plugin has a bug where it treats permission grants as a failure if FINE location wasn't granted (even if you weren't requesting fine location).
But even when that is resolved, there are still bugs at the webview level which is being tracked at: https://bugs.chromium.org/p/chromium/issues/detail?id=1269362
I think everything still works as intended if you request fine (high accuracy) location.
Sat, 18 Dec 2021 18:49:10 GMT
@harel.mazor says
Thanks! I'll take a look at it.
Sat, 18 Dec 2021 19:48:55 GMT
@jcesarmobile says
The thing is you can’t request just fine location, it let the user choose and they can grant only approximate location and that causes the problem