@nsvivek121 wrote:
I had developed an app in ionic 2. This has initial load time 6 to 30 seconds. And bundle size of android apk is 8 MB. Then ionic 3 comes with lazy load. I converted my whole app from ionic 2 to ionic 3 with lazy load. But still apk size & load time have no effect.
Apk size is not that important to me but I want to improve the loading time.
So some quick questions:
What happens between platform.ready and first page load? Why a blank white screen? I know it can be replaced with splash screen but I want to know what is happening at that time.
Generated bundle (apk or ipa) contains all the code already, then what lazy load is doing?
Splash screen comes with a spinner. Can I add some text below spinner which tell user that we are configuring your app?
Thanks
Posts: 1
Participants: 1