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 hav
Similar to the first answer, here's how I debug on iOS.
ionic emulate ios -lc
Which runs app using simulator and outputs console logs and errors to terminal with live reloading.