I am using lazy loading with ionicpage decorator for my app. Some of the pages which use lot of input elements take some time to show when i click the button for the first time. Repeat clicks show the pages quite fast as they were already loaded at least once.
The benifit of lazy loading is that the initial time to start the app is very less and this is beneficial for large apps particularly.
Is there anyway i can load the views in the background so that when i click the button, it does not take the time to show at first? The reason i ask this is that the delay is noticeable.