I have a very small Ionic app I've been working on (just a couple angular routes/views). When I run it using "ionic serve", the app loads in my browser as expected. However, when I upload it using "ionic upload" and view it in the Ionic View app, it appears as though none of my javascript works, or my routes are not working.
How can I debug this issue? Are there build tools to detect errors or anything along those lines?
adb logcat CordovaLog:D *:S. Alternatively, you can use Chrome's remote debuggingWebViewfacility if you have a device having Anrdoid 4.4+(Kitkat or higher) - developer.chrome.com/devtools/docs/remote-debugging