-
Notifications
You must be signed in to change notification settings - Fork 613
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
replace getCurrentPosition logic #571
Comments
Hello @jcesarmobile Sorry, could you tell please, when can we update our Capacitor projects to get this fix? I started using Capacitor 3 months ago, so don't know how much time it usually takes. But my Android app is already released, that's why I decided to ask you about it. Thank you very much |
I don't do the releases, so I'm not sure. |
this has been fixed in 4.0.0 beta 0 |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of the plugin, please create a new issue and ensure the template is fully filled out. |
Feature Request
Plugin
geolocation
Description
replace getCurrentPosition logic to use fusedLocationClient.getCurrentLocation
Platform(s)
android
Preferred Solution
Alternatives
Additional Context
it's breaking because it doesn't allow to configure the timeout, it will always be 10 seconds max
seems to solve
ionic-team/capacitor#4962
The text was updated successfully, but these errors were encountered: