We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
I'm submitting a ... (check one with "x")
OS: (check one with "x")
cordova information: (run $> cordova plugin list)
$> cordova plugin list
cordova-admob-sdk 0.24.1 "AdMob SDK" cordova-plugin-admob-free 0.27.0 "Cordova AdMob Plugin" cordova-plugin-androidx-adapter 1.1.3 "cordova-plugin-androidx-adapter" cordova-plugin-device 2.1.0 "Device" cordova-plugin-googlemaps 2.7.1 "cordova-plugin-googlemaps" cordova-plugin-inapppurchase-2 1.3.0 "In App Purchase" cordova-plugin-splashscreen 6.0.2 "Splashscreen" cordova-plugin-statusbar 3.0.0 "StatusBar" cordova-promise-polyfill 0.0.2 "cordova-promise-polyfill" nl.madebymark.share 0.1.1 "Share"
Current behavior: Can't open Google Maps App from plugin to navigate
Expected behavior: Google Maps App should open
Screen capture or video record: https://user-images.githubusercontent.com/6918514/186893490-84fbf377-5022-4df7-a362-912bf29b5fd3.mp4
The plugin tries to open "Google Maps" but the App called "Maps" now and i don't find a way to change the name.
The text was updated successfully, but these errors were encountered:
You can temporarily overcome the problem by natively calling the uri
window.open("geo:"+addressLongLat);
Sorry, something went wrong.
No branches or pull requests
I'm submitting a ... (check one with "x")
OS: (check one with "x")
cordova information: (run
$> cordova plugin list
)Current behavior:
Can't open Google Maps App from plugin to navigate
Expected behavior:
Google Maps App should open
Screen capture or video record:
https://user-images.githubusercontent.com/6918514/186893490-84fbf377-5022-4df7-a362-912bf29b5fd3.mp4
The plugin tries to open "Google Maps" but the App called "Maps" now and i don't find a way to change the name.
The text was updated successfully, but these errors were encountered: