- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I try to run a phonegap (crosswalk) that uses AJAX and socket.io
I use the latest IntelXDK 2548
(I use full URL to access ajax and socket and my sites uses correct HTTPS)
- Application works fine directly in browser
I use the debugger for that and all my calls are in status:
status: canceled (in red)
I also tried to publish it directly to my phone (all rights set to *)
I am stuck at login process (which uses AJAX)
Question: What should I do ? How to make AJAX and socket run in my phoneGap project ? I tested with Android Project and Android CrossWalk project and I am stuck at login process.
- Tags:
- HTML5
- Intel® XDK
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Try selecting the W3C Widget access approach and set the fields to * and see if that works better.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yarek, are you trying to include the whitelist plugin yourself? It should be automatically installed by the build system. See the two images below, when you perform a CLI 5 build you should see one of these two whitelist plugins in the list of installed plugins (dependent on which option you chose, W3C or Cordova Whitelist) in the build log summary.
Cordova Whitelist selected:
W3C Widget selected:
Ignore the difference regarding the "cordova-plugin-crosswalk-webview" plugin, in once case I did a build for Crosswalk and in the other it was a regular Android build.

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