Hello all
Is there any way to maximaze the browser from the frontend?
I am using Vaadin 13
Best Regards
Jesus
Hello all
Is there any way to maximaze the browser from the frontend?
I am using Vaadin 13
Best Regards
Jesus
Not reliably; modern browsers tend to ignore window.resizeTo
calls unless the window was opened programmatically.
-Olli