flet-dev / flet

Flet enables developers to easily build realtime web, mobile and desktop apps in Python. No frontend experience required.
https://flet.dev
Apache License 2.0
10.85k stars 417 forks source link

Preventing Web splash screen #2139

Open Ahmed-H-N opened 9 months ago

Ahmed-H-N commented 9 months ago

Is there a way to disable showing the initial splash screen in the web view?

FeodorFitsner commented 9 months ago

Yeah, we need an option for that.

Right now it could be done through copying original index.html and customizing it to disable the splash animation.

ndonkoHenri commented 1 month ago

A user reported an issue after using a modified index.html in https://github.com/flet-dev/flet/discussions/3643#discussioncomment-10048875. Some other assets file don't get rendered anymore.

Needs investigation.