Sonny Piers
Sonny Piers
Consider installing Epiphany from Flathub
@tjapro you already got the help you need here https://bugs.webkit.org/show_bug.cgi?id=249844#c18 You need the `-m` parameter
@lobau thanks for the mockup - I will do this for now :+1: I'd like to make Tangram mobile friendly #87 so I'm probably gonna overhaul the UI anyway; we...
Ok I took some time to do something nicer https://floss.social/@sonny/109654149396391085
Could you try with Tangram 2.0 beta? Instructions here here https://thisweek.gnome.org/posts/2023/01/twig-77/#tangram
I doubt 1.5.0 will fix this window resize performance issue, but you can try. The nvidia issue is on 2.0 beta only.
Tangram 2.0 beta is available to test from flathub https://thisweek.gnome.org/posts/2023/01/twig-77/#tangram It you want to improve chances that it's solved for the stable release – please give it a try.
``` flatpak install org.gnome.Platform//43 ```
You originally ticket said > I don't have this in Gnome Web. Which is why I considered it valid. I can't do anything about performance delta with chromium. Is Tangram...
Apologies – I thought this was rendering related, but actually this is causing the window resize choppiness: ``` settings.bind( "window-width", window, "default-width", Gio.SettingsBindFlags.DEFAULT, ); settings.bind( "window-height", window, "default-height", Gio.SettingsBindFlags.DEFAULT, );...