I installd ionic using: npm install
-g cordova ionic
and created a tabs project using:
ionic start myApp tabs
Then I used:
ionic serve
to see the app on the browser which is Google Chrome. It opened to a url localhost:8100 but it cannot load the page.
UPDATE:
Well, I discovered something i tried changing the address to my wifi address using 'ionic address'. I accessed the app using my PC's browsers(everything). The when I accessed it using my phone's browser. It worked. What do you think is the problem?