It comes before the left buttons and title. So, there is no configuration option to move it. You could modify this code, but every release would ruin it. I’m not sure if there is someway to extend the navBar to customize it.
Actually, this my answer above didn’t answer the real question. I was answering how to put the backbutton to the right of existing left buttons.
That was always my problem with the back button as well. I didn’t like how it transitioned in and out depending on state. It caused the other buttons to shift. In addition, if a menu was open on a page with a back button, then the menu icon was not visible because the back button bumped it out.
Here is a sample of getting the back button on the right side. It works. However, it does cause some problems when the menu is open.
I have the same problem but I don’t want to have the menu button and the back button at the same time.
I have an App with a side menu. I select Page1 in the side menu. Then I click a button on Page1 and Page2 comes in. Now I want a back button (and no menu button) on Page2 to go back to Page1. When I came back to Page1 the menu button should be there to open the menu.
Is there a solution for this? I searched but didn’t find something.