"-webkit-app-region: drag;" does not work in version 0.88.0
ProjectSoft-STUDIONIONS opened this issue · 6 comments
ProjectSoft-STUDIONIONS commented
Issue Type
Frameless application. In previous versions, -webkit-app-region: drag
worked flawlessly. In the new version 0.88.0, this rule does not work at all.
- Operating System: Windows 10
- NW.js Version: 0.88.0
- Code snippet:
#TitleBar {
-webkit-user-select: none;
-webkit-app-region: drag;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-items: stretch;
user-select: none;
box-shadow: 0 0 2px #000;
width: 100%;
overflow: hidden;
line-height: 1;
}
zkrige commented
seeing the same. It works in 0.85.0
ProjectSoft-STUDIONIONS commented
It works in 0.85.0
This works in 0.87.0 but not in 0.88.0
ProjectSoft-STUDIONIONS commented
As far as I understand, this crap was not fixed in 0.89.0
ayushmanchhabra commented
Duplicate of #8153
rogerwang commented
Please try this build: https://dl.nwjs.io/live-build/nw90/20240719-033120/32b360f54/v0.90.0/
zkrige commented
can anyone confirm if this is working in v0.90.0 ?