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
{{ message }}
This repository has been archived by the owner on Sep 20, 2020. It is now read-only.
Pre-caching images at app start (Not sure if that will viable with splash screen)
Changing .png to .jpg (People report significant reduce in load times, But we cant use it because of alpha layer)
Need help with this
@Purukitto I think we can solve this issue by the lazy loading approach.
i.e. the splash screen remains visible for the time it takes for the login widget to load in it's entirety i.e
including the image in the background.
involves two major code changes:
change the splash screen timing to be dynamic i.e. should be visible till the login widget is done loading in the background
load the login widget in the background
update: I think i got a workaround. Will do this first thing after auth backend is done.
Might get fixed if we use vectors..
Will try to implement vectors as a fix.
If anyone can find relevant links to solve this please drop them here
The text was updated successfully, but these errors were encountered: