Hello,
I would like to play Vimeo video using Webview in xamarin forms. I have taken iframe and using it load in webview.Video started however I'm facing two issues only in Andriod while for IOS it working fine.
1. Full Screen option missing.
2. After 2-3 sec play stop button hide and then after I'm not able to stop the video.
I have tried two approaches:
1. In Form view taken webview and in xaml.cs give the source in iframe and html.
2. I have created custom webview.
I'm Attaching both approach's code here.
Please have a look and help me to find the solution.
Thanks,
Ankit Gandhi.