Nav bar with button on left side

Nope,

Start and End follow the UI pattern for the platform

So <ion-buttons start> would be on the left for ios and be the first button on the right for android.

<ion-buttons end> would be on the right for ios and the last button on the right for android.

Left/right are provide as a way to over ride that.

4 Likes