Hi,
I always scratch my head why apps use a left-side menu navigation when I’m right handed and my thumb is on other side.
Is there an easy way to indicate what side the navigation pane resides?
thanks.
Hi,
I always scratch my head why apps use a left-side menu navigation when I’m right handed and my thumb is on other side.
Is there an easy way to indicate what side the navigation pane resides?
thanks.
Do you want to know how to set sidemenu to right side? If yes, then in your app.html you add side="right
. It is set to left side by default.
<ion-menu [content]="content" side="right">
Set the menu icon to the right.
<button ion-button menuToggle right>
Thank you for the answer. I’m still new and digging through docs and g**gle.
it worked with me i just replaced right with end
example:
worked for me also!!! Thanks Dude