You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you have quite heavy layout with many elements, page content resizes with a delay when you resizing a window.
Let's look at this. For the demo I've created a page with 1000 fixed elements.
This is what happens when I'm resizing an Electron window:
I've also created a native cocoa app with a webview (which uses system Safari I guess) and it doesn't have this problem:
So I'm looking for some solution. I'm ready to dig into Electron code, patch something, maybe do some dirty hack, there must be something! If it's at all possible, please give me some hint of how to fix it.