Ionic navbar back button not visible issue

Hi

I have 1 screen with list of shops fetching data from serve via get request and displaying it using ng-repeat.

When I click to list item to goes to next screen and show list of products of particular shop but i back button is hidden and menu toggle button is visible instead and when i click on menu button and go to home and then again i click to shop list then in next screen back button is visible and working fine as expected.

This issue is only coming at mobile app build not in desktop browser.

Hmm… copy and paste some code?

Thanks for trying to help me out, very well i solved this by my own. I was clearing the history and making the first screen to the root but some how it was causing issue on mobile.

Thanks