cordova - Ionic 3 application not working on physical android device -
ionic 3 applications not running on physical device testing.
after downloading default application, using `ionic start app_name sidemenu` plugged in physical android device debugging. when executing command `ionic cordova run android`, see flash after few seconds blank screen. when trying debug, realize there java-script error.
you need host api
, replace path domain name in http
calls.
or
if using local network use local network ip address , make sure firewall off.
replace location host ip address i.e 192.168.1.x:53703
Comments
Post a Comment