Page 1 of 1

_system opens URL in InApp Browser

Posted: Mon Nov 23, 2015 7:55 am
by Anim

Hi,

I am using

codewindow.open(url, '_system', 'location=yes','clearsessioncache=yes');/code
but still URL opens in InApp browser for iOS.

Can someone please tell me where I am wrong here or what additional parameters i need to use for iOS.

Regards
Animesh


_system opens URL in InApp Browser

Posted: Mon Nov 23, 2015 7:28 pm
by Bruce Stuart

have the same problem today as well. Anxious to see what the next step here is....


_system opens URL in InApp Browser

Posted: Tue Nov 24, 2015 1:36 pm
by Serhii Kulibaba

Hello,

Please clarify, what functionality do you need to do.


_system opens URL in InApp Browser

Posted: Wed Nov 25, 2015 10:15 am
by Anim

Hi Sergiya,

I want to open 'URL' in the System Browser not the InApp Browser. As per the document, '_system' should open my url in System Browser say Safari in iOS.

Thanks
Animesh


_system opens URL in InApp Browser

Posted: Fri Nov 27, 2015 1:06 pm
by Denis Narush

Hi Anim

I created an app, to test your problem. I have iOS 9.1 and Libraries version is 2.3, 3.0. (App settings External resources)

I added to the screen one button and in Event panel create tap event with action "Run JavaScript"

and pasted your code:
codewindow.open('http://google.com', '_system', 'location=yes','clearsessioncache=yes');/code

When I taped on button Safari started loading google page.

Can you attach screenshot, what happens after your code executed?