Quantcast
Channel: Ionic Forum - Latest topics
Viewing all articles
Browse latest Browse all 71530

How to Reload View when I switch HTML direction ?!

$
0
0

@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 :disappointed_relieved:

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 71530

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>