cretz / doogie

A Chromium-based web browser with tree-style pages
https://cretz.github.io/doogie
MIT License
279 stars 28 forks source link

CEF Window Starts Out Tiny Before Expanding In Size #37

Closed cretz closed 7 years ago

cretz commented 7 years ago

Opening a page in the background or just opening the app w/ some pages stored, you can see that the window is tiny until the first resize is called which makes it big. Not sure if this is a CEF thing or not, but page is often loaded before growing in size.

All I really want to do is get rid of this flicker, but if it's also changing the JS-visible browser dimensions then we need to fix that too.