Skip to content

frame:false , maximize() will be enter fullscreen!!! #1021

@aliencode

Description

@aliencode
{
  "main": "index.html",
  "name": "nw-demo",
  "description": "demo app of node-webkit",
  "version": "1.0",
  "window": {
    "title": "node-webkit demo",
    "toolbar": false,
    "frame": false,
    "show": true,
    "fullscreen": false,
    "width": 1000,
    "height": 600,
    "position": "center",
    "min_width": 1000,
    "min_height": 600
  }
}
require('nw.gui').Window.get().maximize();

Window not maximize, it enter the fullscreen !!

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions