You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am trying to use the Blur effect from the library but I have not been able to used it with Android.I have not found a reported issue out there about it so I unsure whether it is supposed to be working or not but anyways here is a code snippet showing the issue:
<ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:local="clr-namespace:MauiApp1"
xmlns:uranium="http://schemas.enisn-projects.io/dotnet/maui/uraniumui"
x:Class="MauiApp1.MainPage">
<Grid BackgroundColor="Red">
<Grid.Effects>
<uranium:BlurEffect Mode="Dark">
</uranium:BlurEffect>
</Grid.Effects>
<Label HorizontalOptions="Center" VerticalOptions="Center" Text="The quick brown fox jumps over the lazy dog"/>
</Grid>
</ContentPage>
Without the blur the page shows Red, as it should, and with the blur the page turns to white but no effect is applied.
Thanks for any help with this.
The text was updated successfully, but these errors were encountered:
Hello, I am trying to use the Blur effect from the library but I have not been able to used it with Android.I have not found a reported issue out there about it so I unsure whether it is supposed to be working or not but anyways here is a code snippet showing the issue:
Without the blur the page shows Red, as it should, and with the blur the page turns to white but no effect is applied.
Thanks for any help with this.
The text was updated successfully, but these errors were encountered: