Software Archive
Read-only legacy content
17061 Discussions

iOs External Links

Gary_S_
Beginner
475 Views

Hi

I have a  question about external links, when I set some up and tested on iPhone/Ipad they open in a window within the testing environment but then you can't get back to the application without closing App Preview.  Is this normal behavior within the testing environment or will this be an issue when I publish.  I just want to make sure there won't be problems to get back to the app.

Thanks,

Gary

0 Kudos
2 Replies
Swati_S_Intel1
Employee
475 Views

Are you using inAppBrowser for external links? If you are then you should be fine, you have control to get back to the app. If you're using system browser then you lose the ability to come back to the app.

Swati

0 Kudos
Vijay_R_1
Beginner
475 Views

Select InApp Browser from Plugins and use below code for hyperlinks.

<a href = '#' onClick=window.open('http://example.com'),'_blank','location=yes')>

0 Kudos
Reply