My HTML5 app is packaged by Ionic (using Cordova) and loads onto my iPhone like a normal app.
Can I debug whilst connected to the device? I know with Android you have logcat and in the browser I have dev tools but there are differences between the app on device and the browser and I want to know why.
Any help appreciated.
Thanks
There are three primary options.
ionic run ios -l -c -s
with the flags will use live reload and print the logs to the console. http://ionicframework.com/blog/live-reload-all-things-ionic-cli/