Replies: 1 comment 3 replies
-
Hi. What I do is use a 2732x2732 image where I show the company logo and its name |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm looking to put a user's company name on the splash screen which is non-static data. Only once it's in app storage would it display, but I just wanted to know if this were possible. From my brief research, I couldn't find anything on whether this is even possible.
On the web version of the app I'm able to briefly show a loader on initialization and show their company name, but because I'm using the splash screen on the mobile app,... I could show a loader AFTER the splash screen but this would kind of defeat the purpose of the splash screen.
Any ideas on how I could do this? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions