How can I achieve this?
When the user opens the app I want to have the side menu already open.
Thanks!
How can I achieve this?
When the user opens the app I want to have the side menu already open.
Thanks!
Quick and Dirty solution:
Add this in your “< ion-side-menu >”.
Change the “min-width: 320px”
<ion-side-menu side="left" expose-aside-when="(min-width:320px)">
Yes, it started opened… but now I can’t close it anymore.
Try this.
Perfect! Thanks mate =)