File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
reference/TubePlayer/src/TubePlayer/Presentation Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ public VideoDetailsPage()
46
46
new NavigationBar ( )
47
47
. HorizontalContentAlignment ( HorizontalAlignment . Left )
48
48
. Content ( "Video" )
49
+ #if ! __ANDROID__ && ! __IOS__
49
50
. MainCommand
50
51
(
51
52
new AppBarButton ( )
@@ -55,7 +56,10 @@ public VideoDetailsPage()
55
56
. Data ( StaticResource . Get < Geometry > ( "Icon_Arrow_Back" ) )
56
57
. Foreground ( Theme . Brushes . OnSurface . Default )
57
58
)
58
- ) ,
59
+ )
60
+ #endif
61
+ ,
62
+
59
63
// MediaPlayerElement currently isn't supported on Skia Desktop, videos are not be playable
60
64
// It is listed as a future improvement: https://platform.uno/docs/articles/controls/MediaPlayerElement.html#future-improvement
61
65
// Related issue: https://github.com/unoplatform/Uno.Samples/issues/725
You can’t perform that action at this time.
0 commit comments