I'm trying to create an app on Windows Phone 8 with Cordova 3.3.0.
I create a new app Cordova 3.3.0. Then i change the file 'index.html' to include 'js/index.js' like that :
- before : <script type="text/javascript" src="js/index.js"></script>
- after : <script type="text/javascript" src="js/index.js?rev=15"></script>
The script is never loaded when i add some parameters in the URL.
Any idea please ?
Thanks by advance,