Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there anyway to use on-screen keyboard with ionic serve?

I like to use ionic servecommand for quick changes I know nothing better than actual device for developing. But I would really like to use just the on-screen device keyboard instead of my computers hardware keyboard, is this possible? I searched in ionic forums and online with no success.

like image 465
CommonSenseCode Avatar asked Oct 30 '22 19:10

CommonSenseCode


1 Answers

It is not possible, but other option is to use this command (change platform according to your requirement) : ionic run android -l -c
This will run application in you mobile but same like ionic serve, any change on your computer will refresh application in your device.For this your mobile and computer should be on same network. Plus keep mobile connected through usb port while you are running application on mobile. Because all resources are served from computer. See this answer for more detailed version. Here is documentation link to live reload app feature of ionic cli.

like image 75
Mudasser Ajaz Avatar answered Jan 04 '23 13:01

Mudasser Ajaz