try to add MAUI support

This commit is contained in:
Vladimir
2024-05-08 18:12:33 +03:00
parent bcc2ba2790
commit af83f6c696
11 changed files with 101 additions and 14 deletions
+1 -1
View File
@@ -7,6 +7,6 @@
>
<StackLayout>
<toolkit:MediaElement x:Name="mediaElement"/>
<local:MediaViewer x:Name="videoViewer" WidthRequest="300" HeightRequest="300" HorizontalOptions="CenterAndExpand" StreamUrl="{Binding VideoUrl}" />
</StackLayout>
</ContentPage>