RelativeLayout Crashes on Android #3648
Labels
area-layout
StackLayout, GridLayout, ContentView, AbsoluteLayout, FlexLayout, ContentPresenter
platform/android 🤖
t/bug
Something isn't working
Description
Not sure if it's not implemented yet, but RelativeLayout crashes on Android
Steps to Reproduce
<ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" xmlns:cmp="clr-namespace:Microsoft.Maui.Controls.Compatibility;assembly=Microsoft.Maui.Controls" x:Class="MauiTestRelativeLayout.MainPage" BackgroundColor="{DynamicResource SecondaryColor}"> <cmp:RelativeLayout/> </ContentPage>
Version with bug
Preview 10 (current)
Last version that worked well
Unknown/Other
Affected platforms
Android
Affected platform versions
Android Pixel4 API30
Did you find any workaround?
Don't use relative layout
Relevant log output
The text was updated successfully, but these errors were encountered: