Skip to content

frameless maximized window on windows 10 1803 has margin on the top #6681

Open
@speakout

Description

@speakout

NWJS Version : 0.31.1
Operating System : Windows10 1803 17134.81

  1. create a frameless window, like this
nw.Window.open('index.html', {
  width: 600,
  height: 300,
  frame: false
})
  1. repeat toggle maximized state using win.maximize() and win.unmaximize(),you will find there is a blank in the upper part and can't cover the full screen at the second time
    image

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions