We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2c06e2 commit f9feb04Copy full SHA for f9feb04
reference/TubePlayer/src/TubePlayer/Presentation/VideoDetailsPage.cs
@@ -56,6 +56,9 @@ public VideoDetailsPage()
56
.Foreground(Theme.Brushes.OnSurface.Default)
57
)
58
),
59
+ // MediaPlayerElement currently isn't supported on Skia Desktop, videos are not be playable
60
+ // It is listed as a future improvement: https://platform.uno/docs/articles/controls/MediaPlayerElement.html#future-improvement
61
+ // Related issue: https://github.com/unoplatform/Uno.Samples/issues/725
62
new MediaPlayerElement()
63
.Name(out var mediaPlayerElement, (val) => youtubePlayer = val)
64
.AutoPlay(true)
0 commit comments