You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/11/07 08:47:11 UTC

[GitHub] [cordova-plugin-inappbrowser] jjsosa opened a new issue #572: inAppBrowser doesn't open on iPhone 6 Plus using iOS 13

jjsosa opened a new issue #572: inAppBrowser doesn't open on iPhone 6 Plus using iOS 13
URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/572
 
 
   # Bug Report
   
   ## Problem
   inAppBrowser doesn't open in iPhone 6 Plus using iOS 13
   
   ### What is expected to happen?
   
   It must open a webpage after pressing a button
   
   
   ### What does actually happen?
   
   The inAppBrowser doesn't open on iPhone 6 Plus using iOS 13.  The inAppBrowser try to open but disappear instantly.
   
   
   ## Information
   
   I'm using Ionic Framework v4 and I've generated .ipa file using Xcode. I installed the app on iPad mini (iOS v12) and it's working OK but when I try to install the app in iPhone 6 Plus (iOS v13) the inAppBrowser try to open but disappear instantly.
   
   
   ### Command or Code
   
   browserOptions = 'location=yes,mediaPlaybackRequiresUserAction=yes,shouldPauseOnSuspend=yes,usewkwebview=yes,clearcache=yes,clearsessioncache=yes';
   this.browser.create(`${environment.apiUrl}/user/login`, browserOptions);
   
   
   ### Environment, Platform, Device
   iPhone 6 Plus using iOS 13
   Working on iPad mini using iOS 12.3.1
   
   
   ### Version information
   
   Ionic:
   
      Ionic CLI                     : 5.4.5 (/usr/local/lib/node_modules/ionic)
      Ionic Framework               : @ionic/angular 4.11.3
      @angular-devkit/build-angular : 0.13.9
      @angular-devkit/schematics    : 7.3.9
      @angular/cli                  : 7.3.9
      @ionic/angular-toolkit        : 1.5.1
   
   Cordova:
   
      Cordova CLI       : 9.0.0 (cordova-lib@9.0.1)
      Cordova Platforms : ios 5.0.1
      Cordova Plugins   : cordova-plugin-ionic-keyboard 2.1.3, cordova-plugin-ionic-webview 4.0.1, (and 9 other plugins)
   
   Utility:
   
      cordova-res : 0.8.1 
      native-run  : 0.2.9 
   
   System:
   
      Android SDK Tools : 26.1.1 (/Users/jjsosa/Library/Android/sdk)
      ios-deploy        : 1.9.4
      ios-sim           : 8.0.2
      NodeJS            : v11.10.0 (/usr/local/Cellar/node/11.10.0/bin/node)
      npm               : 6.12.1
      OS                : macOS Catalina
      Xcode             : Xcode 11.2 Build version 11B52
   
   
   ## Checklist
   
   - [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


With regards,
Apache Git Services

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