Hi, there,
I just started to lean Ionic. I have a problems when I tried one ionic sample.
I followed the instruction from “http://ionicframework.com/getting-started/”. I created my project using “ionic start myApp tabs”。
Everything is fine, except that, when I debug the project using my PC’s browsers, the tabs bar (“ion-tabs”) shows at the bottom of the page. But when I debug the project using a real Android phone, the tabs bar always show at the top of the page.
How can I put the nav bar at the bottom of the page on a Android phone (I spent several hours on this with no luck)? Thanks for your help.
James