- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Tags:
- HTML5
- Intel® XDK
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You do not need the hybrid legacy option, the new white listing option is a superset of the old. You may need to add CSP rules to your index.html file. Pleas see the white listing documentation for references to CSP articles and some sample CSP rules.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Paul, I looked into this link and added all into my index.html and replaced to my own url, also added the code in intelxdk.config.android.xml.
https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-whitelist/
I can see no external browser open, however it turns black after the splashscreen loaded.
Please advice.
Honda20
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Honda -- when you build an XDK app you are building a Cordova (aka PhoneGap app). The app runs in a "native webview." If you choose Crosswalk it simply means the native webview is replaced with the Crosswalk webview. In both cases your app is running inside a webview, it is not running in a browser.
The cordova-plugin-whitelist you are referring to is automatically added to your project when it is build. The rules you define in the whitelist section of the Build Settings (on the Project tab) create rules that are used by that plugin. You should not be adding that plugin to your application, it will be automatically added. That plugin works in the background to determine which external resources your app is allowed to access, it does not turn your web site into an app, it simply defines the rules associated with external access from within the webview.
If you want to turn your website into an app I recommend you search for examples by searching for something like "Cordova app from my website" or something like that.
If all you want to do is open a page of your website, from within the webview, I recommend you use the inAppBrowser plugin. See that plugin's documentation for examples on how to use it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks Paul. I made it.

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