75341704 opened a new issue, #1450: URL: https://github.com/apache/cordova-ios/issues/1450
# Bug Report ## Problem In the info.plist, it includes hereunder, `<key>LSApplicationQueriesSchemes</key> <array> ... <string>comgooglemaps</string> ... </array> ` window.location.href="comgooglemaps://?saddr=28,120&daddr=31,121&directionsmode=driving"; The message "Failed to load webpage with error: unsupported URL" was in Xcode and it failed to launch google map app. But I copied "comgooglemaps://?saddr=28,120&daddr=31,121&directionsmode=driving" and pasted it in safari. It works.( It notify us whether the google map app shall be launched or not. if ok, the google map app is launched...) Any further settings are required? ### What is expected to happen? window.location.href="comgooglemaps://?saddr=28,120&daddr=31,121&directionsmode=driving"; and launch the google map app ### What does actually happen? ## Information <!-- Include all relevant information that might help understand and reproduce the problem --> ### Command or Code <!-- What command or code is needed to reproduce the problem? --> ### Environment, Platform, Device <!-- In what environment, on what platform or on which device are you experiencing the issue? --> IPHONE 12 ios 17.5.1 ### Version information <!-- What are relevant versions you are using? For example: Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins Other Frameworks: Ionic Framework and CLI version Operating System, Android Studio, Xcode etc. --> 9.0.0 (cordova-lib@9.0.1) ## Checklist <!-- Please check the boxes by putting an x in the [ ] like so: [x] --> - [ ] I searched for existing GitHub issues - [ ] I updated all Cordova tooling to most recent version - [ ] I included all the necessary information above -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org