I'm developing a Windows Phone 8.1 app using Phonegap Build. The problem is the .appx generates crashes 1-2 seconds after it opens. This crash occurs if I add
<script type="text/javascript" src="cordova.js"></script>
in my index.html file. Of course, I need it to initialize all cordova plugins. I tested it on real device.
This is my config.xml: https://github.com/widonwaker/test/blob/master/config.xml