Open
Description
Description
Label become invisible in the following example when android:hardwareAccelerated set to false in AndroidManifest.xml
<Grid RowDefinitions="Auto, *"> <Label Grid.Row="0" Text="Test" /> <WebView Grid.Row="1" Source="https://google.com" /> </Grid>
Steps to Reproduce
No response
Link to public reproduction project repository
https://github.com/vpshonyak/MauiAppBug2.git
Version with bug
9.0.50 SR5
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
No response
Affected platforms
Android
Affected platform versions
No response
Did you find any workaround?
set android:hardwareAccelerated to true in AndroidManifest.xml or just remove the property