roubachof / Sharpnado.MaterialFrame

A modern MAUI (and XF) Frame component supporting blur, acrylic, dark mode. Implemented with RealtimeBlurView on Android (custom blurview) and UIVisualEffectView on iOS.
MIT License
498 stars 26 forks source link

Acrylic Blur not working on IOS #14

Closed Strypper closed 3 years ago

Strypper commented 3 years ago

Platform (please complete the following information):

Describe the bug Acrylic Blur is not applied to IOS

roubachof commented 3 years ago

As stated in the docs you cannot switch dynamically from a not blurred theme to acrylic blur on iOS. Blur won't be applied. It only works statically

Strypper commented 3 years ago

how to set it statically ?

roubachof commented 3 years ago

MaterialTheme="AcrylicBlur"