'Open already builded content to another browser tab

Is there any way in Vaadin Flow 14.4.0 to open my created app-layout in new browser tab? I have route that has defined main layout

@Route(layout = MainLayout.class, value = "child_layout")

and after some inputs from user in this route view i want to open it in another browser tab. I want to open in new tab this view exactly in the same state as it was in original, so i want to keep all user inputs in the view.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source