speed up open web without loading splash screen #2548
Replies: 3 comments
-
If there is, to do this you must customize the index.html file located in the assets folder, there will still be loading at the beginning of loading the website, since it is by default. This will allow you to customize the logo or remove it, more information -> https://flet.dev/docs/guides/python/deploying-web-app/customizing-web-app |
Beta Was this translation helpful? Give feedback.
-
Use |
Beta Was this translation helpful? Give feedback.
-
What I did, and it saves a couple of seconds, is not to do this: import flet as ft but do imports from flet_core where you only import the control you need from flet_core import AppView, ...... |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Question
when run in the browser, flet opens a logo splash screen. Is there a way to speed it up like opening a regular html file? when after building
Code sample
Error message
------------------------------------------------------
Beta Was this translation helpful? Give feedback.
All reactions