Replies: 2 comments 2 replies
-
@cat0363 please open a bug issue, so we can better track it. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Technically we set background color to possibly color is not converted correctly from MAUI color to ui color |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tried to show a snackbar with background color set like below, but the
background color doesn't work on iOS 13.3.1.
The above code works as intended on Android, but not on iOS 13.3.1.
The build environment and execution environment are as follows.
.NET MAUI CommunityToolkit: 5.1.0
.NET MAUI: 7.0.81
Target Device OS: iOS 13.3.1
In iOS 13.3.1, the background color is displayed as transparent,
but in iOS 16.3, it is displayed with the specified background color.
[iOS 13.3.1]
[iOS 16.3]
How can I display a snackbar with a background color on iOS 13.3.1?
Thank you.
I uploaded the source code below.
https://github.com/cat0363/MauiComm-IssueSnackbar.git
Beta Was this translation helpful? Give feedback.
All reactions