Page 5 of 7

You should upgrade to Apache Cordova 3.5.1 or higher as soon as possible

Posted: Mon Nov 10, 2014 5:31 pm
by Dinesh Bastakoti7216859

I upgraded to 3.6.3 from 2.x. Everything works fine and the app store alert goes away. However, InAppBrowser does not work anymore. My project is not CLI based, so I am not sure where I should the plugin.


You should upgrade to Apache Cordova 3.5.1 or higher as soon as possible

Posted: Mon Nov 10, 2014 5:31 pm
by Dinesh Bastakoti7216859

I upgraded to 3.6.3 from 2.x. Everything works fine and the app store alert goes away. However, InAppBrowser does not work anymore. My project is not CLI based, so I am not sure where I should the plugin.


You should upgrade to Apache Cordova 3.5.1 or higher as soon as possible

Posted: Mon Nov 10, 2014 5:32 pm
by Dinesh Bastakoti7216859

I upgraded to 3.6.3 from 2.x. Everything works fine and the app store alert goes away. However, InAppBrowser does not work anymore. My project is not CLI based, so I am not sure where I should the plugin.


You should upgrade to Apache Cordova 3.5.1 or higher as soon as possible

Posted: Mon Nov 10, 2014 5:32 pm
by Dinesh Bastakoti7216859

I upgraded to 3.6.3 from 2.x. Everything works fine and the app store alert goes away. However, InAppBrowser does not work anymore. My project is not CLI based, so I am not sure where I should the plugin.


You should upgrade to Apache Cordova 3.5.1 or higher as soon as possible

Posted: Mon Nov 10, 2014 5:34 pm
by Dinesh Bastakoti7216867

I upgraded to 3.6.3 from 2.x. Everything works fine and the app store alert goes away. However, InAppBrowser does not work anymore. My project is not CLI based, so I am not sure where I should the plugin.


You should upgrade to Apache Cordova 3.5.1 or higher as soon as possible

Posted: Mon Nov 10, 2014 5:35 pm
by Lady Madonna

I upgraded to 3.6.3 from 2.x. Everything works fine and the app store alert goes away. However, InAppBrowser does not work anymore. My project is not CLI based, so I am not sure where I should the plugin.


You should upgrade to Apache Cordova 3.5.1 or higher as soon as possible

Posted: Mon Nov 10, 2014 5:39 pm
by Lady Madonna

sorry for earlier posts...was unknowingly posting from someone else's account which was apparently logged in, and kept on doing that before I found out how to log out.


You should upgrade to Apache Cordova 3.5.1 or higher as soon as possible

Posted: Mon Nov 10, 2014 6:40 pm
by Evgene Karachevtsev

Hello!

InAppBrowser should work as before. Could you please clarify, what exactly doesn't work for you?


You should upgrade to Apache Cordova 3.5.1 or higher as soon as possible

Posted: Mon Nov 10, 2014 7:01 pm
by Lady Madonna

Well when I call window.open('http://www.example.com', '_blank'); the website loads on top of the webview and there is no toolbar or buttons like it supposed to have.


You should upgrade to Apache Cordova 3.5.1 or higher as soon as possible

Posted: Mon Nov 10, 2014 9:15 pm
by Evgene Karachevtsev

Lady Madonna,

Please try the following
prewindow.open('http://www.example.com/', '_blank', 'location=yes');/pre
You may more information about the options here http://plugins.cordova.io/#/package/o...
And by the way, you should test the only in the installed hybrid ipa|apk application and call window.open only after the device ready event