-
Notifications
You must be signed in to change notification settings - Fork 75
Geolocation doesn't work #14
Comments
Can you show more details on this? Android or iOS? |
@vikmeup Yes Android. Also when I try |
@mlennie work in progress on Android. I will add support on iOS side in the next few days, I just need to add permissions. |
https://dapps.trustwalletapp.com/ is shown in a blank page. |
@shippomx where do you open it? |
@vikmeup is this still an issue ? |
I think so |
I'm having this issue in a WKWebView on macOS now. It might be related. |
Is this resolved ? Our users on Android devices on chrome have started getting the same error: code: 1 and message: "User denied Geolocation" while calling "navigator.geolocation.getCurrentPosition". The error is observed even when the user has allowed location access to our website https://www.meanstreets.in/ |
Is geolocation implemented in the browser? Currently
navigator.permissions.query
throws an error. Does it currently work and if not how long until that is implemented?The text was updated successfully, but these errors were encountered: