Whenever I seem to navigate from one Page to another in my Metro app, there is a “flash” where nothing is displayed – only the default background colour. How can I make the Frame.Navigate method transition properly? My app is quite Image heavy so I imagine part of it is down to the Image loading. I have tried with other apps though, and there seems to be similar issues.
Share
The solution I found was to use the WinRT XAML Toolkit, that has controls for AlternativePage and AlternativeFrame. I use an extended splash screen to Preload the MainPage and any pages the user may need to get to quickly – I then Preload other pages as and when they may become needed.