webf icon indicating copy to clipboard operation
webf copied to clipboard

A brief white screen will appear when first opened

Open Link-X opened this issue 1 year ago • 2 comments

Should this be an RFC?

  • [X] This is not a substantial change

Description

I hope to add loading animations when the actual page content is not displayed.

It can be considered to distribute events in Flutter, and it is better for Flutter to display a loading widget than full screen white.

Alternatives and Workarounds

No response

Link-X avatar Nov 24 '23 02:11 Link-X

Temporarily implemented through events onLoadError and onDOMContentLoaded. These events are not mentioned in the document.

Link-X avatar Nov 24 '23 03:11 Link-X

Maybe I can design a callback that triggers when widgets are received and displayed on the screen, before the actual page content has fully loaded.

andycall avatar Nov 27 '23 14:11 andycall