microsoft-ui-xaml icon indicating copy to clipboard operation
microsoft-ui-xaml copied to clipboard

Background acrylic not supported on windows 10

Open Samuel12321 opened this issue 3 years ago • 8 comments
trafficstars

Describe the bug

Background acrylic not supported on windows 10 DesktopAcrylicController.IsSupported() returns false.

Someone else encountered it here #7061

Steps to reproduce the bug

try DesktopAcrylicController.IsSupported() on windows 10

Expected behavior

DesktopAcrylicController.IsSupported() returns true

Screenshots

No response

NuGet package version

WinUI 3 - Windows App SDK 1.1 Preview 3: 1.1.0-preview3

Windows app type

  • [ ] UWP
  • [X] Win32

Device form factor

Desktop

Windows version

Windows 10 (21H2): Build 19044

Additional context

This is not documented and no indication was given with the release of 1.1preview 3 that acrylic would not work with windows 10.

Samuel12321 avatar May 17 '22 07:05 Samuel12321

It still returns false with 1.1.0 stable version... (Windows 10 21H1)

castorix avatar Jun 07 '22 09:06 castorix

turns out this isn't a bug, the WinUI team have announced that acrylic will not be supported on windows 10. So much for down-level support

Samuel12321 avatar Jun 07 '22 09:06 Samuel12321

@Samuel12321: Can you give me the link to the announcement? It's quite disappointed :(

philn0401 avatar Jun 07 '22 12:06 philn0401

So, if acrylic is not going to be supported on Windows 10, then how did they made the acrylic effect on the new Windows Terminal application? 😕

OculiViridi avatar Aug 25 '22 13:08 OculiViridi

It still returns false with 1.1.0 stable version... (Windows 10 21H1)

The same on Windows 10 21H2 (19044.1889) with WinUI 3 - Windows App SDK 1.1.4.

OculiViridi avatar Aug 25 '22 13:08 OculiViridi

So, if acrylic is not going to be supported on Windows 10, then how did they made the acrylic effect on the new Windows Terminal application? 😕

windows terminal uses winui 2 islands

Samuel12321 avatar Aug 25 '22 23:08 Samuel12321

That is pretty backwards. Use the latest version, get less features and worse support.

oold avatar Sep 09 '22 16:09 oold

Update: Desktop acrylic on Win10 will be supported starting in 1.2-preview2.

codendone avatar Sep 20 '22 23:09 codendone

:tada:Microsoft.WindowsAppSDK v1.2.220930.4-preview2 has been released which fixes this issue.

Handy links:

gabbybilka avatar Oct 05 '22 00:10 gabbybilka