Anuj-Raghuvanshi opened a new issue #833:
URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/833


   # Bug Report
   
   ## Problem
   
   While opening google maps in iOS by using scheme `comgooglemaps://` , It is 
opening another app named [Pitch 
Gauge](https://apps.apple.com/us/app/pitch-gauge/id389715382) .
   
   ### What is expected to happen?
   
   It should open Google Maps App.
   
   ### What does actually happen?
   
   It redirects to Pitch Gauge App.
   
   ### Command or Code
   1. Istall [Pitch 
Gauge](https://apps.apple.com/us/app/pitch-gauge/id389715382) app from App 
Store in iOS.
   2. Put below code in your app and try to open - 
   ```
   cordova.InAppBrowser.open( "comgooglemaps://?q=" + address, "_system");
   ```
   
   ### Environment, Platform, Device
   - Platform - iOS.
   - Device - iPhone XR (Can be reproduced in any iOS device.)
   
   
   ### Version information
   Plugin version - 4.0.0
   Cordova - 10.0.0
   
   
   ## Checklist
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [x] I searched for existing GitHub issues
   - [x] I updated all Cordova tooling to most recent version
   - [x] 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.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to