- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
using js: window.open('http://someurl') can't open the url in iOS device browser, the web page just open inside app's web viewer. As there is no 'back' on the web page, so can't access the app again. Need to exit the app and remove it from background. But same js can open the url with android device browser
env: XDK v3641, iOS 10.1.1
- Tags:
- HTML5
- Intel® XDK
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Use the inAppBrowser plugin. Please read the documentation page for that plugin to see how to use it. DO NOT use the window.open() technique, it will not give you access to the options you need to do what you need to do.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks, it works.

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