@abbasjaber wrote:
Hi all
I need to now how to reload view when I switch direction to rtl
I m using this codes<ion-toggle (ionChange)="notify($event)" ></ion-toggle>notify(event) { if(event.checked) { this.platform.setDir('rtl', true); this.platform.setLang('ar', true); } if(!event.checked) { this.platform.setDir('ltr', true); this.platform.setLang('en', true); } }I have a problem at side menu in android and windows , in ios the pages slide and the menu still fixed
Posts: 1
Participants: 1
