-
-
Notifications
You must be signed in to change notification settings - Fork 375
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
Get user current location #163
Comments
Hello, @meloDramatic007 REGARDS |
@SmarterVision check the example project. It should contain all permissions. |
@SmarterVision I edit my comment please check there |
@meloDramatic007 thank you for your help, we fixed it on android but we still have the same problem on iOS, what's the permission that we must add to the config files of the iOS folder. REGARDS |
@SmarterVision what you use for getting user location location or geolocator ? |
@martin-braun thank you for your support your package is working but the current location button on iOS always takes 10seconds to 12seconds PS: on android, the button working properly. REGARDS |
using
useCurrentLocation: true
seems not working until I add this permission in manifest file<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
please update your readme.md file and add this info
The text was updated successfully, but these errors were encountered: