Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 89864

Unable to resume video once video got paused using xamarin madia manager plugin.

$
0
0

I am able to play video successfully using following:
player.Source = item.VideoUrls.First().Url;
await CrossMediaManager.Current.VideoPlayer.Play();

Then I paused the video using following code:
CrossMediaManager.Current.Pause();

But once video gets paused, I m trying to resume video using following code:
await CrossMediaManager.Current.VideoPlayer.Play();

But video is not getting resumed/played.

Please help.
Thanks in advance.


Viewing all articles
Browse latest Browse all 89864

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>