-
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
Gradient not appearing on iOS #8402
Comments
This is normal, I think u have to make a check for the system ( Andriod or iOS) depending on this u have to design a separate theme for each system and then load this Theme according to that system. |
@Ahmadmansoor The problem here is that the gradient isn't shown on iOS |
@Javierflo95 There is a problem with GradientBrushes on iOS and MacOS if used within a Frame.Background |
Yes I know that, that why I told him to make difference theme , and load it according to the system, iOS is annoying system and most of time u can't get the design u dream , except one thing it has a nice true color 😀 |
Yes, but the purpose of Maui would be to make those annoying quirks of iOS disappear, and have 1 unified system where everything looks how it should |
Sorry but as always nothing perfect , this is the life 😉 |
@NonameMissingNo , what do you mean, with if you put the app in background... |
@rachelkang Are you sure that the iOS issue requires an android tag? |
The problem is the Frame not rendering the gradient on iOS. The issue should be fixed by #7925 |
Thanks @jsuarezruiz |
We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process. |
Could you describe with more details the problem?, cannot click the button? |
As a workaround, you can replace Frame with ContentView to see if it also works for you:
If you need border, border radius and shadow, you can combine ContentView with Border and Shadow MAUI elements. |
@jsuarezruiz |
Description
I implemented my own design on XAML using Android, with normal background and LinearGradientBrush, and when I tested on iOS I get this visual inconsistency
![image](https://user-images.githubusercontent.com/11860518/176352253-014ad224-24fe-44bc-9fd8-4ae69c5829cf.png)
Steps to Reproduce
Version with bug
6.0.400 (current)
Last version that worked well
Unknown/Other
Affected platforms
iOS, Android
Affected platform versions
Android 12, iOS 15
Did you find any workaround?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: