Re: [pve-devel] [PATCH pve_flutter_frontend] workaround for novnc fullscreen behaviour

2021-12-21 Thread Aaron Lauterer
On 12/20/21 20:55, Thomas Lamprecht wrote: On 20/12/2021 14:57, Aaron Lauterer wrote: Tested-By: Aaron Lauterer how did you test this if the noVNC patch from Dominik is broken? Tested the "open in full screen" part of it all, which works with or without the noVNC patches. Meaning, whil

Re: [pve-devel] [PATCH pve_flutter_frontend] workaround for novnc fullscreen behaviour

2021-12-20 Thread Thomas Lamprecht
On 20/12/2021 14:57, Aaron Lauterer wrote: > Tested-By: Aaron Lauterer > how did you test this if the noVNC patch from Dominik is broken? ___ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-de

Re: [pve-devel] [PATCH pve_flutter_frontend] workaround for novnc fullscreen behaviour

2021-12-20 Thread Aaron Lauterer
Tested-By: Aaron Lauterer On 12/20/21 12:37, Dominik Csapak wrote: since the webview seemingly does not allow javascripts 'requestFullscreen', workaround that by making the whole webview fullscreen and hiding novncs fullscreen button Signed-off-by: Dominik Csapak --- lib/widgets/pve_console

[pve-devel] [PATCH pve_flutter_frontend] workaround for novnc fullscreen behaviour

2021-12-20 Thread Dominik Csapak
since the webview seemingly does not allow javascripts 'requestFullscreen', workaround that by making the whole webview fullscreen and hiding novncs fullscreen button Signed-off-by: Dominik Csapak --- lib/widgets/pve_console_menu_widget.dart | 14 ++ 1 file changed, 6 insertions(+),