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

[macOS/UWP] BehindWindow and HostBackdrop #20

Closed mhrastegari closed 3 years ago

mhrastegari commented 3 years ago

Description

Could we have a nice Background acrylic for desktop? Background acrylic reveals the desktop wallpaper and other windows that are behind the currently active app.

ScreenShot

image

roubachof commented 3 years ago

Yup we could. If you make a PR :))

mhrastegari commented 3 years ago

Hi @roubachof I think I figured out something for UWP 🤔

Just not sure about it (one of the reasons is it's gonna be my second ever public PR) but I tried in my little project and it worked.

roubachof commented 3 years ago

I think it should be a specific UWP option (and maybe also macOS) because it could change the semantic of view. Something like bool UWPHostBackdropBlur

mhrastegari commented 3 years ago

I just added platform specific options for both macOS and UWP.