Search code examples
node-webkit

frameless window outside a window


Is it possible to get a new window without the frame outside the window(browser or webkit) like in the image?

tooltip

I've tried this in the package.json file of new window:

"window": {
    "position": "center",
    "width": 100,
    "height": 50,
    "show_in_taskbar": true
}

Solution

  • No, exceptions - only title attribute when hover, as on the screenshot