You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/06/18 12:10:23 UTC

[GitHub] [cordova-plugin-inappbrowser] SumeetHindinkeri opened a new issue #733: Fails to open map app for ios

SumeetHindinkeri opened a new issue #733:
URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/733


   After I upgraded Inappbrowser plugin from 3.2.0 to 4.0.0. The below code does not open the map app.
   
    window.open('maps://?q=' + destination, '_system') is not working for ios.
   
   ## Problem
   When I upgrade to 4.0.0 the map app does not open for ios. Also  when I downgrade the version of inappbrowser to 3.2.0 it is working as expected.Though I need the update 4.0.0 for other page which fixed the status bar style issue.
   
   ### What is expected to happen?
   It should open the map app from the iPhone with respective latitude ,longitude coordinates.
   
   ### What does actually happen?
   I am getting unhandled promise rejection error.
   
   
   ## Information
   
   
   ### Command or Code
   window.open('maps://?q=' + destination, '_system');
   
   ### Environment, Platform, Device
   ios version: 13.5.1
   Device: iPhone X
   
   ### Version information
   Ionic:
   
      Ionic CLI                     : 6.3.0 (/usr/local/lib/node_modules/@ionic/cli)
      Ionic Framework               : @ionic/angular 4.11.10
      @angular-devkit/build-angular : 0.803.26
      @angular-devkit/schematics    : 8.1.3
      @angular/cli                  : 8.1.3
      @ionic/angular-toolkit        : 2.2.0
   
   Cordova:
   
      Cordova CLI       : 9.0.0 (cordova-lib@9.0.1)
      Cordova Platforms : android 8.1.0, ios 5.1.1
      Cordova Plugins   : cordova-plugin-ionic-keyboard 2.2.0, cordova-plugin-ionic-webview 4.1.3, (and 24 other plugins)
   
   Utility:
   
      cordova-res (update available: 0.15.0) : 0.8.1
      native-run (update available: 1.0.0)   : 0.3.0
   
   System:
   
      Android SDK Tools : 26.1.1 (/Users/sumeet/Library/Android/sdk)
      ios-deploy        : 1.10.0
      ios-sim           : 8.0.2
      NodeJS            : v12.13.1 (/usr/local/bin/node)
      npm               : 6.13.7
      OS                : macOS Catalina
      Xcode             : Xcode 11.5 Build version 11E608c
   
   
   
   ## 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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-plugin-inappbrowser] SumeetHindinkeri commented on issue #733: Fails to open map app for ios

Posted by GitBox <gi...@apache.org>.
SumeetHindinkeri commented on issue #733:
URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/733#issuecomment-646440707


   @timbru31  thanks for you quick response. cordova.InAppBrowser.open worked for me. 


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-plugin-inappbrowser] timbru31 commented on issue #733: Fails to open map app for ios

Posted by GitBox <gi...@apache.org>.
timbru31 commented on issue #733:
URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/733#issuecomment-646023632


   The `window.open` clobber was removed in #600, you need to use `cordova.InAppBrowser.open`


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-plugin-inappbrowser] timbru31 closed issue #733: Fails to open map app for ios

Posted by GitBox <gi...@apache.org>.
timbru31 closed issue #733:
URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/733


   


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org