Gaurav Shiralkar7557383
Posts: 0
Joined: Thu May 28, 2015 1:45 am

popup not opening with inappbrowser with "_system" parameter

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.

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

popup not opening with inappbrowser with "_system" parameter

Hello Gaurav,

Popup and browser window are not the same. Please look these documentations:
https://devcenter.appery.io/documenta...
https://devcenter.appery.io/tutorials...

Gaurav Shiralkar
Posts: 0
Joined: Sat May 23, 2015 3:02 am

popup not opening with inappbrowser with "_system" parameter

Hi Sergiy,

I am referring to the pop up that browsers have not the popup panel of application.

Gaurav Shiralkar7557383
Posts: 0
Joined: Thu May 28, 2015 1:45 am

popup not opening with inappbrowser with "_system" parameter

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??

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

popup not opening with inappbrowser with "_system" parameter

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...

Return to “Issues”