Anim
Posts: 0
Joined: Fri Jul 03, 2015 10:45 am

_system opens URL in InApp Browser

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

Bruce Stuart
Posts: 0
Joined: Fri Oct 24, 2014 4:42 am

_system opens URL in InApp Browser

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

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

_system opens URL in InApp Browser

Hello,

Please clarify, what functionality do you need to do.

Anim
Posts: 0
Joined: Fri Jul 03, 2015 10:45 am

_system opens URL in InApp Browser

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

Denis Narush
Posts: 0
Joined: Fri Nov 27, 2015 9:07 am

_system opens URL in InApp Browser

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?

Return to “Issues”