popup not opening with inappbrowser with "_system" parameter
Posted: Thu May 28, 2015 1:45 am
by Gaurav Shiralkar7557383
Hi,
I am calling the inappbrowser using
window.open("http://mylink", "_system");
It does open the browser and the website but one of the links in the website is supposed to open a popup. This is not working. Does the inappbrowser does not support popups? Or I need to use some other parameter in place of "_system".
Please reply at the earliest.
Thank You.
popup not opening with inappbrowser with "_system" parameter
Posted: Thu May 28, 2015 12:04 pm
by Serhii Kulibaba
Hello Gaurav,
Popup and browser window are not the same. Please look these documentations:
https://devcenter.appery.io/documenta...
https://devcenter.appery.io/tutorials...
popup not opening with inappbrowser with "_system" parameter
Posted: Thu May 28, 2015 8:50 pm
by Gaurav Shiralkar
Hi Sergiy,
I am referring to the pop up that browsers have not the popup panel of application.
popup not opening with inappbrowser with "_system" parameter
Posted: Thu May 28, 2015 9:02 pm
by Gaurav Shiralkar7557383
Hi Sergiy,
I am referring top the pop up that browsers have not the popup panel of application.
Please tell me how do I open a popup browser inside a inappbrowser??
popup not opening with inappbrowser with "_system" parameter
Posted: Sat May 30, 2015 1:42 pm
by Serhii Kulibaba
Use JS code below for opening inAppBrowser:
window.open("http://google.com", "_blank");
Also you can show website inside of your app: https://devcenter.appery.io/documenta...