Where can I get Cordoba 3.4.js?

I work with Sencha Touch. I need the latest Cordova 3.4.js (this Javascript file only ) to create my project. The only resource known to me is Phonegap. But the latest available version of the Phonegap archive is 2.9.1. But I need Ver 3.4.0 and Cordova 3.4.0.js is enabled for Android and iOS. Can someone help me with this?

+4
source share
5 answers

You can get the ZIP file here: https://github.com/apache/cordova-js/releases/tag/3.4.0 Just extract the JavaScript file.

+2
source

cordova 3.4/Phonegap 3.4 / .

cordova.js cordova build ios, cordova build android.

cordova.js , , , , . cordova.js, cordova < 3.0. cordova.js zip, ( ), - CLI.

+2

. , cordova iOS Android, .

enter image description here

Android

enter image description here

0

Cordova.js now uses require.js. it will be difficult for you to find the Cordova.js file and put it in your project and expect it to work ... You will find it after using the build command (if you know what I mean)

0
source

Source: https://habr.com/ru/post/1533735/


All Articles