I have added splash screen to portable project. its working fine in ios. but in android project is not loading splash. its going to directly Main activity. I have set main activity to MainLauncher = true.
- Application Portable App.cs
public App() { MainPage = new NavigationPage(new Splash()); }
In ios there are no issue. loading correctly. Please help me to solve this