Issue
I need to develop a Mobile PWA app. I use Ionic/Capacitor. I know how to run the native app on a device with live reload feature. But how can I do the same with a mobile web app? i.e. I would like to develop PWA on advice from the beginning.
I use this with Native Android apps:
ionic cap run android -l --host=0.0.0.0
Solution
To serve your ionic app on local Lan via same Wifi you can use Command:
ionic serve --external
you will see external IP address in your terminal use that IP in your Mobile Device Browser.
Answered By - Najam Us Saqib
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.