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
First, on the iOS device, enable Web Inspector from Settings > Safari > Advanced. Next, open Safari on a Mac then enable Show Develop menu in menu bar under Safari > Preferences > Advanced. Run the iOS simulator or connect your iOS device to your Mac, then run the Ionic app that you want to debug.
You can use remote debugging with an actual device or simulator. If you use a real device, ensure that debugging is enabled both from the device and on the remote browser. In Android, you need to go to the settings and enable developer mode first and then USB Debugging under the developer options menu.
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/ If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With