dpogue commented on issue #1450:
URL: https://github.com/apache/cordova-ios/issues/1450#issuecomment-2291031882

   The behaviour for launching other apps from URLs is complicated and 
inconsistent. I suspect this might be due to trying to open it via JavaScript 
with `window.location.href`.
   
   @75341704 Out of curiosity, if you add a link to your app with the Google 
Maps URL and tap it, does it launch the map app properly?
   Something like this:
   ```html
   <a 
href="comgooglemaps://?saddr=28,120&daddr=31,121&directionsmode=driving">Test 
link to open map</a>
   ```


-- 
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

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

Reply via email to