[BUG] Border around MediaElement Android 10-11
Is there an existing issue for this?
- [X] I have searched the existing issues
Did you read the "Reporting a bug" section on Contributing file?
- [X] I have read the "Reporting a bug" section on Contributing file: https://github.com/CommunityToolkit/Maui/blob/main/CONTRIBUTING.md#reporting-a-bug
Current Behavior
In our app we got a Border around our videos, but on Android 10 and 11 the video wont show (its playing in the background)
Android 14
Android 10
If i set the controls on, then you can see them but the videos isnt showing. Pressing "FullScreen" will show the video.
Expected Behavior
Video should be visible.
Steps To Reproduce
Clone repo (Dont mind the name of it, ive used it for an old bug)
Run the sample on a Android 10 and see video isnt showing. Run it on Android 10+ and it shows just fine.
Link to public reproduction project repository
https://github.com/Pmr-precure/DisposeMediaElementBug
Environment
- .NET MAUI CommunityToolkit: 9.0.1
- OS:
- .NET MAUI: 8.0.61
Anything else?
No response
Not sure if this is a Border or MediaElement issue.
Update: It also effects Android 11.
@vhugogarcia Can you mark this as confirmed. I was able to verify that it does behave this way. I checked the sample and modified the repo sample and was able to replicate the behavior.
Anyone had time looking into this? :D