Open
Description
Hi:
NWJS Version : 63.1
Operating System : Windows 10
I have a frameless maximized window. I am moving the cursor on the border and it changes.
For reproduce it, Iam using this code:
nw.Window.open('app/index.html', {
width: 800,
height: 600,
frame: false,
}, w => {
w.show()
w.maximize()
})
How prevent that cursor change?
Thanks.