I have an app that has 200 small images each with a unique callback. I created these thanks to a tip from @chriddyp here.
Unfortunately this makes my app take about 10-15 seconds to initially load. If there is a solution to loading an app faster when you have a lot of callbacks I'd love to hear it.
If not, I'm interested in displaying a custom page or message while the app is loading. Currently, it simply says "loading..." in the top left corner of the window. I would at least like to tell the user that it will take a few seconds to load the page. Is this possible?
I have an app that has 200 small images each with a unique callback. I created these thanks to a tip from @chriddyp here.
Unfortunately this makes my app take about 10-15 seconds to initially load. If there is a solution to loading an app faster when you have a lot of callbacks I'd love to hear it.
If not, I'm interested in displaying a custom page or message while the app is loading. Currently, it simply says "loading..." in the top left corner of the window. I would at least like to tell the user that it will take a few seconds to load the page. Is this possible?