Nazirovich opened a new issue #345: In App Browser - doesn't load webpage in 
iOS 12
URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/345
 
 
   <!-- Before submitting an issue, please consult our troubleshooting guide 
(http://ionicframework.com/docs/troubleshooting/) and developer resources 
(http://ionicframework.com/docs/developer-resources/) -->
   
   **Ionic version:**
   [ ] 1.x
   [ ] 2.x
   [X] 3.x
   
   **I'm submitting a ...**  (check one with "x")
   [x ] bug report
   [ ] feature request
   
   <!-- Please do not submit support requests or "How to" questions here. 
Instead, please use one of these channels: https://forum.ionicframework.com/ or 
http://ionicworldwide.herokuapp.com/ -->
   
   **Current behavior:**
   Open the in app browser and the url does not load, it always shows a blank 
white page on iOS,
   however, it is working in Android
   
   **Expected behavior:**
   Open the in app browser and load the url
   
   **Related code:**
   
   <!-- If you are able to illustrate the bug or feature request with an 
example, please provide a sample application via one of the following means:
   
   A sample application via GitHub
   
   StackBlitz (https://stackblitz.com)
   
   Plunker (http://plnkr.co/edit/cpeRJs?p=preview)
   
   -->
   
   ```
   openWebPage() {
    const browser = this.inAppBrowser.create("www.url.com", '_blank');
        }
   ```
   
   **Other information:**
   <!-- List any other information that is relevant to your issue. Stack 
traces, related issues, suggestions on how to fix, Stack Overflow links, forum 
links, etc. -->
   
   **Ionic info:** (run `ionic info` from a terminal/cmd prompt and paste 
output below):
   
   ```
   Ionic:
   
      ionic (Ionic CLI)  : 4.3.1 
(C:\Users\***\AppData\Roaming\npm\node_modules\ionic)
      Ionic Framework    : ionic-angular 3.9.2
      @ionic/app-scripts : 3.2.0
   
   Cordova:
   
      cordova (Cordova CLI) : not installed
      Cordova Platforms     : none
      Cordova Plugins       : not available
   
   System:
   
      NodeJS : v8.9.4 (C:\Program Files (x86)\nodejs\node.exe)
      npm    : 5.6.0
      OS     : Windows 10
   ```
   
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to