inthehand / InTheHand.Forms

Extras for Xamarin Forms including MediaElement

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

activity indicator doesnt disappear when video starts

dely17 opened this issue · comments

C#
private void StopIndicator()
{
if (Mediaa.CurrentState != InTheHand.Forms.MediaElementState.Playing)
{
running.IsVisible= true;
}
else if (Mediaa.CurrentState == InTheHand.Forms.MediaElementState.Playing)
{
running.IsVisible = false;
}
}

All future MediaElement work will take place at https://github.com/xamarin/XamarinCommunityToolkit