Loading screen showing between native transitions

Hi,

I am creating an ios ionic app where the transitions between pages are performed NATIVELY. That means every screen is a separate subclass of CDVViewController, and each subclass points to a new html page.

The problem I seem to be having is that when transitioning from one page to another, I am able to see a cordova loading screen in between each page during the transition for a split second. This obviously doesn’t give a good user experience to the user.

Has anyone ever encountered this problem and found ways to overcome it?

Thank you.