Currently, we can easily run the app on the simulator using Ionic run command. But some apps requires device features like camera etc which can only be tested on the device. In those scenarios how can I run the app on the device from using Ionic command line. Currently, I have to navigate to the iOS folder and then run through Xcode.
↧