Navigation loading effect

Hello,

I have an app with 20 pages.
When I navigate to other page, I want my page to have a short loading effect before showing the next page.
All of the 20 pages can be navigated within each HTML page.
Is it possible to make each page load other page with a loading screen before showing finally navigating? I would like to have a loading progress bar showing up at the bottom of page.

Thanks,

There’s a loading spinner built into Ionic that you can use. If you want a progress bar, I helped a guy code one on the forums a while back. (Progress for video upload/download.) If you search “progress bar” it should come up.

1 Like

Cool, I will take a look into it.
My app is almost complete besides a search bar & list items…
Is there any way to pass in different navigation functions to each list item in search result?

Thanks for everything