chromelyapps / Chromely

Build Cross Platform HTML Desktop Apps on .NET using native GUI, HTML5, JavaScript, CSS, Owin, AspNetCore (MVC, RazorPages, Blazor)
MIT License
2.98k stars 280 forks source link

Dragging area does not work under Mac #323

Closed xplicit closed 3 years ago

xplicit commented 3 years ago

Looks like DefaultDragHandler does not work at Mac for frameless window.

framelessOption.IsDraggable is never called under Mac, while on Windows it works without issues.

mattkol commented 3 years ago

@xplicit frameless feature is implemented for Windows only.