I'm creating a mobile app targeted for iPad Mini. I have a panel that slides out from the left with navigation menu. I also have the need for a back button in the header. What is the best practice for buttons in the header? I need a back button at certain times in the flow of the application and I also need the button that opens the panel in the header too.
Thanks for your advice.
I forgot to mention the right side of header has a button that loads barcode scanner. So, I'm left with left side of header to compete for 2 buttons.
Header can accommodate two buttons on right and left,
ui-btn-left
andui-btn-right
respectively.However, you can place more than two buttons in header by using controlgroup widget with
data-type="horizontal"
attribute.