Question

In a typical app script built with intel XDK , there is something like :

<script src="intelxdk.js"></script>

Actually the JS file doesnt exist on local disk , but it is automatically added to the package once you build your app ( added from server ) , the question is , if I include the cordova script , will Intel automatically add the latest cordova version to my app , if not , how can i manage this and add my own version ?

Was it helpful?

Solution

Yes, XDK will automatically include the appropriate cordova.js file. You will just need to add the script tag in your code.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top