I get the following error when using JSPM CDN JavaScript, Cordova 5.1.1, TypeScript and Android:
Failed to load resource: the server responded with a status of 404 (Not Found)
system@0.16.js (0,0)
I took the default VS2015 TypeScript Cordova project and added the following to index.html:
<script src="https://jspm.io/system@0.16.js"></script>
The sample code has been tested on Windows Phone and works. I have tried Android API 19 and 22, physical devices and Genymotion(emulator). Domain Access URI has been set to *.
Any ideas on why this would be happening only on Android devices?