Click here to Skip to main content
15,880,972 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi all , I have made a demo app using ionic and angular js using the command line interface it works well on Android-4.4.2 and its lower version but i tested it on my device that is Android-4.4.4 at this version it comes with some of the ui issues.
I created that project using these commands
1. ionic start myApp tabs
2. cd myApp
3. cordova platform add android
4. ionic build android

the html code is here below :

<body ng-app="starter" animation="slide-left-right-ios7&" class="platform-android platform-cordova platform-webview">
<!--
The nav bar that will be updated as we navigate between views.
-->
<ion-nav-bar class="bar-stable nav-title-slide-ios7">
<ion-nav-back-button class="button-icon icon ion-ios7-arrow-back">
Back


<!--
The views will be rendered in the <ion-nav-view> directive below
Templates are in the /templates folder (but you could also
have templates inline in this html file if you'd like).
-->
<ion-nav-view>
</body>

in this code my back button is appears down from the header on Android-4.4.4 device.

How can i resolve this , any help will be appreciated .

Thanks,
Utkarsh Joshi
Posted
Updated 10-Sep-14 23:50pm
v3
Comments
Nelek 11-Sep-14 5:02am    
Don't think we can read minds or do astral projections to see your monitor. If you need help, the least you could do is to add some relevant code to your question or to explain your problem in such a way, that the users of CP can understand it. Otherwise, nobody will be able to help you.

Please use the "improve question" and add relevant information or a piece of code envolved. There are thousands of ways to screw things up, how are we supposed to know which one did you choose?

As it is we can not know what is going on. Please read:
What have you tried?[^]
How to ask a question?[^]
best way to post code snippets[^]

Those links will help you improve your question, so you can get the help you need.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900