-
-
Notifications
You must be signed in to change notification settings - Fork 131
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
'user_select' not working on Android #273
Comments
For anyone that comes across this issue, it's a permissions problem when targeting Android 11+. Adding: fixes the issue. Have a look here: Query/Intent guide: https://developer.android.com/guide/topics/manifest/queries-element List of permissions: https://developer.android.com/reference/android/Manifest.permission |
Thanks you for this solution, it works !
|
If anyone is using this plugin with Capacitor: you can directly edit Copy the following code in between the manifest tags:
|
Attempting to launch navigation with
user_select
throws 'No supported navigation apps are available on the device' even though 'getAppsForPlatform('android')' displays a whole list of apps including 'user_select'. If a specific app is used, the maps opens fine but user_select doesn't open at all, just throws the error.Not sure why this is happening but could it be a permissions issue? I believe it was working fine before the move to target SDK 30+.
Plugin version: 4.7.0
Tested on Ionic 2.
The text was updated successfully, but these errors were encountered: