You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
how to dynamically change menu side direction when change document direction?
i tried to change it manually by this code but it doesn't work
<ion-menu [content]="content" [side]="platform.isRTL()==true?'right':'left'">
also when use this code
<ion-menu [content]="content" [side]="direction" >
it doesn't work when change "direction" variable