ok its working, should i write Direction.set(Direction.RTL); in all of my pages?
by the way can you tell me why the logo cover the image on the dashboard after using the RTL ?
see file attached.
Thank you!.
ok its working, should i write Direction.set(Direction.RTL); in all of my pages?
by the way can you tell me why the logo cover the image on the dashboard after using the RTL ?
see file attached.
Thank you!.
If you have a shared RouterLayout for all your views, or an abstract class, you can add the code there and it will always be used.
The logo covering the image seems like a problem in whatever component you are using for the header. Might be that the component needs an RTL fix. If it is e.g. app layout, you can create an issue for that here https://github.com/vaadin/vaadin-app-layout
while trying to use rtl i got this error: Running project in development mode with no access to folder ‘/Users/artur/workspace/labs/rtl’.