- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is it possible to update the Cordova version on legacy build?
The Google Play Console is continuing to show the warning message about Cordova 3.3 version
"
- Tags:
- HTML5
- Intel® XDK
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I recommend building your application under the Cordova 3.X category under tge Build tab since Cordova versions up to 3.5 are supported there. The Cordova version for your project can be edited under the Project Tab.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Elroy: thank you for the answer. Yes, I prefer it too, but there is a problem with the getRemoteData in this building (Cordova). Then, I need to keep in this enviroment yet.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The intel.xdk getRemoteData method is not being actively developed anymore since the Intel XDK integration of Cordova plug-ins/APIs. I recommend that you use jQuery AJAX calls to GET data from a remote source.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you, Elroy.
I didn´t know about this.
I´m trying to do this, but I receive a strange error when I put these code:
$.ajax({ url: "http://xxxxx/Capp_Xapp_evento.asp", type: "post", data: "e="+$.query('#camDownEventoCodigo').val()+"&c="+$.query('#camDownEventoControle').val()+"&s="+$.query('#camDownEventoSenha').val(), complete: function () { funAchouEventoCompleto(); } })
Uncaught TypeError: Property 'promise' of object #<Object> is not a function
I never see this error. Is there any tip to use this commando on mobile?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I also got the problem saying there is a vulnerability. Can we compile the app using the newest version of cordova?

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