Skip to content

smsnheck/frameless-window

Repository files navigation

Try it now in CWS

Frameless window

A sample application to showcase how you can use frame:'none' windows to allow total customization of the window's real estate. Initially, the window is open with no titlebar. When you check one of the titlebars, it is added to the appropriate position. Notice that the added titlebars are the only parts of the window that allow dragging. This is achieved through a special CSS property applied to what is draggable or non-draggable (by default, the whole window is not draggable): -webkit-app-region: drag|no-drag;

Caveat: -webkit-app-region: drag; will disable some customizations such as custom mouse pointers.

APIs

Screenshot

screenshot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published