MultiSelect Videos not playing in xamarin forms android - image

We are using below link for multiselect photos/videos in xamarin forms both android and ios. https://www.xamboy.com/2019/03/12/select-multiple-images-and-videos-in-xamarin-forms/
After multiselect the video, click play button video need to play. First we are using crossmedia for single select, that time video played properly. Now we are using multiselect refered above mentioned link. After multiselect the videos, video not playing in android. In IOS this was working fine. How to resolve this problem?

Related

Playing one Video at a time in xamarin

I am designing list of videos scrollable page in xamarin forms i want to play the video which its position is at the center of the page only all other videos in the list paused (like facebook watch idea).
I tried Collection View and Carousel view but this mission failed. Any idea?

How to create file chooser using Xamarin in WebView

I'm creating a mobile application using Xamarin forms, As part of my implementation, I have a requirement to to show file chooser on clicking on camera icon which is loaded in webView. I have seen several samples for the same, but all those samples and examples in stack is written in native code for Android . Is that possible to do it using Xamarin forms alone? It would be good, if a get a proper sample also for the same.

How can I overlay a Lottie animation on top of a page?

Currently I using Xamarin Forms 5 (preview) and targeting Android 8.1 with the latest Lottie installed (3.5.0 for XF and 4.0.8 for Android)
I'm wanting to add some seasonal themes to my app and was looking to "overlay" a Lottie animation on top of the pages. Currently I use Lottie for a splash screen and it works great, but I cant work out how to apply something app wide.
Setting InputTransparent="True" basically means the control does not intercept the user input. Therefore any control under it will work as expected.

webview xamarin forms does not play video on redicted website (ios and android)

I am currently using a web view to load some urls,I client reported that when clicking on an item on my menu and the webview is triggered and goes to one of their pages the video they have embedded on their page does not play.
Am I missing something basic here? eg permissions or is it a limitation of the webview?
also one of their links uses "#whatever" at the end and is meant to scrolldown and loading the page, but does not work. Is this supported?
many thanks

Xamarin forms iOS default mail app Behavior

As per the requirement of the project I need to have the page which should behave as the default Apple Mail app on the iPhone.
Attaching a gif that I have created for the same.
I tried using the plug in https://github.com/rotorgames/Rg.Plugins.Popup
but I couldn't achieve the exact same behavior where the background shrinks and expands as the modal pop up is dragged.Any leads, examples or demos will be really helpful.
Note: I am using Xamarin.Forms.
With the new Xamain Forms update. i.e. after iOS13
The model behavior has became the default model behavior for Xamarin iOS.
When you do.
Navigation.PushModalAsyn(<your_page_here>).
It gives the above (gif) behavior.

Resources