Replies: 2 comments 1 reply
-
|
@AliDem just an idea. Could you hide the controls and add your own button which you would like to expose to the user? This is what CoPilot came up and I have run if trough few tests, to make sure code is working. XAML: XAML.CS |
Beta Was this translation helpful? Give feedback.
-
|
Android uses a touch interface. This might be a nice idea for MacOS or Windows but for android I do not see the use case. Maybe for accessibility but in that case it might be better to make it an audio cue? Anyways you can create custom controls and hide the UI controls already using I do not believe we have any way to modify the android controls to make these changes. If this gets enough upvotes I can look into making these changes. But we would need to figure it out for Mac/iOS too. It is easy to do on windows and I could make that available as I already have made some changes there. But I have no idea how to modify the ios/mac/android controls. Those are part of the their respective libraries. Media3 for android and AVFoundation for ios/mac. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
How can we change the hover color or opacity, because on Android TV we can't see which button is focused.
I think MediaElement use Views of ExoPlayer in android.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions