(Framework7/Vuejs) RTL Function

Hi, I am new to this framework. I came from ion*c framework. Is there any function here that can be called to make the direction RTL or it can only be done by manually or creating own function that append what direction you want. Thanks

At the moment it is not possible to enable/disable RTL dynamically. It must be done on app load by including appropriate CSS file

1 Like

Thanks for the reply. So if i am going to do a multi direction web app. how can i include rtl css file when i change the direction to rtl on demand ?

I try to include it on import but it overrides the ltr css.

You can not do it with bundler like webpack, you need manually to append/remove <style> elements from document <head> section using DOM manipulation