Hello,
As a sample, I use this project : https://github.com/ozaksuty/Xamarin-Ogreniyorum/tree/master/XamarinTRMenu
In the detail.xaml in PCL, I replace all items by a webview for amazon.com
As I don't want to have a white area before the loading of the page when I launch the app, I want to add a splashscreen for all the app, toolbar included.
I manage to add a view with a logo as Image and media in the resources folder, and a custom activity in the Droid solution with MainLaucher at true and no theme for the MainActivity/ MainLaucher at false, with a style to display a picture.
Next, in my App.cs or App.xaml.cs, I set the MainPage to my SplashScreen and now I need your help to start the navigation and when it's finish, to remove my splashscreen from the view.
I don't find any event to force the navigation, so my application always stay on the splashscreen view and never change.
Could you help me ?
Regards