@olivertech wrote:
My app works 100% in browser. But now I am trying to use an audio capture plugin, so I need to debug in my device.
I have configured my port forwarding at chrome://inspect and at my device wifi, as described below. I am running fiddler as my proxy server:
chrome://inspect:
8080 / localhost:8888
8100 / localhost:8888-->> My fiddler proxy is running at 8888 port
-->> My webserver is running at 8080 port
-->> My PC in running at 192.168.1.102 portmy device (Sony Xperia):
proxy manual
hostname localhost
port 8888ionic command:
ionic run android --device
Error trying to find my webserver:
POST http://192.168.1.102:8080/ionic/wservices/ws.php net::ERR_PROXY_CONNECTION_FAILED
What more I need to do to make my app works ?
Thanks,
Marcelo.
Posts: 1
Participants: 1