Open BeepBeepBopBop opened 9 months ago
Yes, I too have run into the same frustrating problem 😔:
<TabBar>
<TabBar.Effects>
<uranium:BlurEffect></uranium:BlurEffect> // <--- It had no effect
</TabBar.Effects>
<Tab Title="Page" Icon="icon.svg">
<Tab.Effects>
<uranium:BlurEffect></uranium:BlurEffect>
</Tab.Effects>
<ShellContent ContentTemplate="{DataTemplate views:Page}" />
</Tab>
<Tab Title="Page">
<ShellContent ContentTemplate="{DataTemplate views:Page}" />
</Tab>
<Tab Title="Page" Icon="icon.svg">
<ShellContent ContentTemplate="{DataTemplate views:Page}" />
</Tab>
</TabBar>
The effect doesn't handle Tabbar or elements that inherited from Page, But I'll try to implement for Android
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.