This is not possible, but another option is to use this command (change the platform according to your requirement): ionic run android -l -c
This will launch the application on your mobile phone, but the same as ionic serveany changes on your computer will update the application on your device. To do this, your mobile and computer must be on the same network. In addition, the mobile phone is connected via the USB port while the application is running on mobile devices. Because all resources are served from a computer. See this for more details. Below is a link to a documentation link to use the ionic cli application reload feature.
source
share