Nw.js: how to show toolbar v0.13

Created on 21 May 2015  路  5Comments  路  Source: nwjs/nw.js

package.json
{
"name": "test",
"version": "0.0.1",
"main": "contact1.html",
"window": {
"title": "test",
"toolbar": true,
"width": 400,
"height": 600
}
}

Most helpful comment

@divinemanwah you need to download the sdk build.

All 5 comments

toolbar is not ported to nw13 yet. For now you can launch devtools with hotkey.

thank you

Cannot seem to show devtools even if I press F12.

@divinemanwah you need to download the sdk build.

@rogerwang thanks for the clarification!

Was this page helpful?
0 / 5 - 0 ratings