Ionic2: show Loading on tab change

Hi all,

I have a tabbed ionic2 app.
Selecting another tab takes some time because it contains a complex list that needs its time to render.

I have 2 questions:

  • Can I speed up this rendering by some sort of pre-render the page in memory?
  • Can I show a ‘loading’ component as soon as someone clicks the tab button? I can’t find the event I need to use to accomplish this. Everything I tried seems to show the ‘loading’ component only after the tabpage has already rendered.

thanks for your help,
Peter

1 Like

Hi, i have the same problem. Has anyone an idea?