nwjs/nw.js

"-webkit-app-region: drag;" does not work in version 0.88.0

ProjectSoft-STUDIONIONS opened this issue · 6 comments

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;
}

seeing the same. It works in 0.85.0

It works in 0.85.0

This works in 0.87.0 but not in 0.88.0

As far as I understand, this crap was not fixed in 0.89.0

Duplicate of #8153