Fullscreen of '_blank' properties window.open

215 Views Asked by At

I'm doing an app using Intel XDK.

On iphone, after you open a window using this script:

window.open('http://intel.com', '_blank', '');

How can i go back to the app without closing the app?

1

There are 1 best solutions below

0
On

You have to enable the Cordova InAppBrowser plugin in project settings, then it will have bottom bar with 'Done' button to go back. If you have not included the Cordova InAppBrowser plugin then it will just open full screen like you are experiencing.