[ 
https://issues.apache.org/jira/browse/CB-14216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Daniel Thomet updated CB-14216:
-------------------------------
       Priority: Major  (was: Blocker)
    Description: 
+Installation+

sudo npm install -g cordova
 cordova -v (=> 8.0.0)
 sudo cordova plugin add cordova-plugin-inappbrowser (
 sudo cordova plugins (=> 3.0.0)
iOS 11.3.1
Xcode 9.4.1

+Code in Xcode+

var ref = cordova.InAppBrowser.open(url, '_blank', 'location=yes');

+Error message+

*2018-07-22 18:57:15.996696+0200 IndiansOfTheUSA[3573:350666] 
CDVWebViewDelegate: Navigation started when state=1*

*2018-07-22 18:57:15.996938+0200 IndiansOfTheUSA[3573:350666] Failed to load 
webpage with error: CDVWebViewDelegate: Navigation started when state=1*

 

  was:
+Installation+

sudo npm install -g cordova
cordova -v (=> 8.0.0)
sudo cordova plugin add cordova-plugin-inappbrowser (
sudo cordova plugins (=> 3.0.0)

+Code in Xcode+

var ref = cordova.InAppBrowser.open(url, '_blank', 'location=yes');

+Error message+

*2018-07-22 18:57:15.996696+0200 IndiansOfTheUSA[3573:350666] 
CDVWebViewDelegate: Navigation started when state=1*

*2018-07-22 18:57:15.996938+0200 IndiansOfTheUSA[3573:350666] Failed to load 
webpage with error: CDVWebViewDelegate: Navigation started when state=1*

 

     Issue Type: Bug  (was: New Feature)
        Summary: InAppBrowser.open not working in IOS 11.3.1  (was: 
InAppBrowser.open not working in IOS )

> InAppBrowser.open not working in IOS 11.3.1
> -------------------------------------------
>
>                 Key: CB-14216
>                 URL: https://issues.apache.org/jira/browse/CB-14216
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: cordova-plugin-inappbrowser
>            Reporter: Daniel Thomet
>            Priority: Major
>
> +Installation+
> sudo npm install -g cordova
>  cordova -v (=> 8.0.0)
>  sudo cordova plugin add cordova-plugin-inappbrowser (
>  sudo cordova plugins (=> 3.0.0)
> iOS 11.3.1
> Xcode 9.4.1
> +Code in Xcode+
> var ref = cordova.InAppBrowser.open(url, '_blank', 'location=yes');
> +Error message+
> *2018-07-22 18:57:15.996696+0200 IndiansOfTheUSA[3573:350666] 
> CDVWebViewDelegate: Navigation started when state=1*
> *2018-07-22 18:57:15.996938+0200 IndiansOfTheUSA[3573:350666] Failed to load 
> webpage with error: CDVWebViewDelegate: Navigation started when state=1*
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

Reply via email to