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
505 stars 29 forks source link

MaterialFrame with Xamarin.Forms 5.0 #16

Closed Stedy59 closed 3 years ago

Stedy59 commented 3 years ago

MaterialFrame is not drawing properly... all GradientDrawable objects are white.

andre-laskawy commented 3 years ago

Had the same problem, but only in debug mode. Setting the background color of the material frame to transparent fixed the problem for me.

roubachof commented 3 years ago

could repro the issue, i'm on it.