Quantcast
Channel: Xamarin.Forms Set video as splash screen - Stack Overflow
Browsing latest articles
Browse All 4 View Live

Answer by nevermore for Xamarin.Forms Set video as splash screen

You can launch the UIViewControl in AppDelegate in following way, and use a MessagingCenter to notify launching the Page in Xamarin.forms:public override bool FinishedLaunching(UIApplication app,...

View Article



Answer by Saamer for Xamarin.Forms Set video as splash screen

Try to add the MakeKeyAndVisible line after your RootViewController line as shown:Window.RootViewController = control;Window.MakeKeyAndVisible();It seems like the video is being played in the...

View Article

Answer by Ivan Ičin for Xamarin.Forms Set video as splash screen

In your case, this line is the problem:LoadApplication(new App());As it causes Xamarin to replace your VideoViewController with its own ViewController. So you need to put it somewhere else after the...

View Article

Xamarin.Forms Set video as splash screen

I am working on xamarin.forms shared project. I am facing problem in setting video as splash screen. I got reference from here. The problem I face is video player is initialized and doing its process...

View Article
Browsing latest articles
Browse All 4 View Live




Latest Images