Run standalone web app in Google Chrome without borders or toolbars -


i need run web-based app inside chrome must appear if app standalone. dont want tools or frames visible.

yes know can press f11 isnt sufficient dont want tools appear when move mouse top of screen.

do need go extents of making chrome extension , utilizing possible fullscreen feature?

start chrome --kiosk flag. then, no borders etc. shown. furthermore, pressing f11 not exit mode, it's effective way of running kiosk-like app.

chromium --kiosk http://example.com/ 

replace chromium path of actual chrome executable (e.g. chrome.exe).

if open chrome in app mode, trever suggests, borders still visible.


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -