I am using a picture uploader and have noticed that there is about a 5 second delay after I press “open” to when the image reveals itself on the screen.
The Bubble Native progress bar is doing it’s thing at the top but is hard to see.
Other than making the progress bar hot pink…
…is there any way to detect when that progress bar starts and finishes so I can add my own “loading” screen to the app so users know the program didnt just break?
You can use a “file uploader” instead which exposes a “progress” state which allows you to trigger events when it reaches 100%.
Then you can add the picture as a background to simulate the original picture uploader element.