Menu bar in Kiosk mode

5 views
Skip to first unread message

Prashima

unread,
Jan 22, 2014, 2:44:07 AM1/22/14
to node-...@googlegroups.com
Hi,

I am trying to work with node-webkit for one my applications. I want my application to open in Kiosk mode so I tried both the methods explained here - https://github.com/rogerwang/node-webkit/wiki/The-Kiosk-mode. The taskbar is gone, but I do see the menu/url bar on the top from where users can open dev tool, reload, etc. Attaching the image, top-bar is highlighted in blue.

How do I get rid of this top bar? 


My package.json looks like this -

{
  "main": "index.html",
  "name": "test app",
  "description": "test app",
  "version": "0.1.0",
  "keywords": [ "testapp", "node-webkit" ],
  "window": {
    "title": "test app",
"kiosk": true
  },
  "webkit": {
    "plugin": true
  }
}

kiosk_mode.png

Ewald Horn

unread,
Jan 22, 2014, 2:52:59 AM1/22/14
to node-...@googlegroups.com
Hi,

have you tried to placed "toolbar" : false in the "window" property?

Kind regards,
Ewald

--
You received this message because you are subscribed to the Google Groups "node-webkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to node-webkit...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Prashima

unread,
Jan 22, 2014, 3:06:06 AM1/22/14
to node-...@googlegroups.com
Thanks!! It worked.

Ewald Horn

unread,
Jan 22, 2014, 3:17:00 AM1/22/14
to node-...@googlegroups.com
Awesome, now you owe us an answer in the future :)
Reply all
Reply to author
Forward
0 new messages