-
Notifications
You must be signed in to change notification settings - Fork 2k
Control disappears when android:hardwareAccelerated="false" #28902
Copy link
Copy link
Open
Labels
area-controls-labelLabel, SpanLabel, Spanpartner/syncfusionIssues / PR's with Syncfusion collaborationIssues / PR's with Syncfusion collaborationplatform/androids/triagedIssue has been reviewedIssue has been revieweds/verifiedVerified / Reproducible Issue ready for Engineering TriageVerified / Reproducible Issue ready for Engineering Triaget/bugSomething isn't workingSomething isn't working
Milestone
Metadata
Metadata
Assignees
Labels
area-controls-labelLabel, SpanLabel, Spanpartner/syncfusionIssues / PR's with Syncfusion collaborationIssues / PR's with Syncfusion collaborationplatform/androids/triagedIssue has been reviewedIssue has been revieweds/verifiedVerified / Reproducible Issue ready for Engineering TriageVerified / Reproducible Issue ready for Engineering Triaget/bugSomething isn't workingSomething isn't working
Type
Fields
Give feedbackNo fields configured for issues without a type.
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
Relevant log output