Software Archive
Read-only legacy content
17061 Discussions

Update Cordova version on Legacy Build?

Hamilton_Tenório_da_
Valued Contributor I
792 Views

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

"cordova alert.jpg

 

 

0 Kudos
5 Replies
Elroy_A_Intel
Employee
792 Views

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.

0 Kudos
Hamilton_Tenório_da_
Valued Contributor I
792 Views

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.

0 Kudos
Elroy_A_Intel
Employee
792 Views

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.

0 Kudos
Hamilton_Tenório_da_
Valued Contributor I
792 Views

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?

0 Kudos
Ramith_H_
Beginner
792 Views

 

I also got the problem saying there is a vulnerability. Can we compile the app using the newest version of cordova?

0 Kudos
Reply