Skip to content

Commit f9feb04

Browse files
committed
chore: added note for mediaplayerelement on skia desktop
1 parent c2c06e2 commit f9feb04

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

reference/TubePlayer/src/TubePlayer/Presentation/VideoDetailsPage.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ public VideoDetailsPage()
5656
.Foreground(Theme.Brushes.OnSurface.Default)
5757
)
5858
),
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
5962
new MediaPlayerElement()
6063
.Name(out var mediaPlayerElement, (val) => youtubePlayer = val)
6164
.AutoPlay(true)

0 commit comments

Comments
 (0)