Maui
Maui copied to clipboard
[BUG] Android Layout issue in Media Element
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
After last Android PR I realized it was behaving in unexpected ways. Here is example.
https://github.com/CommunityToolkit/Maui/assets/4167863/0f26d802-c6cd-4a15-aa30-d89420e19353
Expected Behavior
Layout should auto center inside Media Element and not display incorrectly
Steps To Reproduce
Run sample app and apply rotation to device. Or set full screen and rotate device.
Link to public reproduction project repository
https://github.com/CommunityToolkit/Maui/tree/main/samples
Environment
- .NET MAUI CommunityToolkit: 9.0.0
- OS: Android 14.0
- .NET MAUI: 8.0.14
- .Net MediaElement: 3.1.1
Anything else?
No response