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 the app is loading, the layouting of the browser is prevented as the thread is busy - so window size changes cause ugly white bars and the app seems frozen. It could be useful to break up the loading using setTimeout to allow the rendering to go through (if possible in terms of the current implementation)
The text was updated successfully, but these errors were encountered:
I don't think this is possible at this time, as the startup is mainly sequential and non-interruptible, but with threading we may be able to simplify this.
When the app is loading, the layouting of the browser is prevented as the thread is busy - so window size changes cause ugly white bars and the app seems frozen. It could be useful to break up the loading using
setTimeout
to allow the rendering to go through (if possible in terms of the current implementation)The text was updated successfully, but these errors were encountered: