문제

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 ?

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top