Hi,
I am trying to call a rest api from ionic code. Rest api is also developed in my local system. IP address of my windows system is 192.168.67.1. The get request api has url is:
http://192.168.67.1:8088/check-price/code-001
Now the problem:
I am able call the rest api when i build/run the app using command
ionic lab (as this opens up the app on browser)
this also work when ionic code runs on emulator by command.
ionic cordova run android --e78ab88d.
This FAILS when i run the code on actual android device by using command.
ionic cordova run android --device
Need help on this.