- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Tags:
- HTML5
- Intel® XDK
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Select InApp Browser from Plugins and use below code for hyperlinks.
<a href = '#' onClick=window.open('http://example.com'),'_blank','location=yes')>

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page