-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Opacity bug on BoxView.Background #19926
Comments
i tested on windows and boxview opacity works as expected, so apparently it's boxview's bug in android handler |
I confirm that problem with BoxView's Opacity appears on Android. On iOS and Windows opacity is applied correctly. I tested on .Net 8.0.1 . |
Is there any work-around for this? |
I can observe the same issue in my application. |
Verified this on 8.0.6. Repro on Android 14.0-API34, not repro on Windows, iOS 17.2 and MacCatalyst with below Project: |
@awasilik @ShariatPanah this pr might help :) #21322 |
This reverts commit 1995547.
This reverts commit 1995547.
This reverts commit 1995547.
This reverts commit 1995547.
Description
when i set the background of a boxview to a linear gradient brush, the opacity works on hotreload but when i stop the application and rerun it, the opacity would be ignored like it was never been set, this is my xaml code:
Steps to Reproduce
Just create a box view using my code snippet
Link to public reproduction project repository
No response
Version with bug
8.0.3
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
Android
Affected platform versions
Android 12.0
Did you find any workaround?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: