fuel9 / DisplayMonkey

Display Monkey digital signage solution
Other
126 stars 50 forks source link

hiding browser URL bar #126

Closed tenggara closed 5 years ago

tenggara commented 5 years ago

Hello,

I just started with DM today, testing around with notebook as presentation terminal. How do I make a full screen display hiding the browser URL bar? I can set in DM management to hide scroll bar.

thank you in advance

michaelmalmgren commented 5 years ago

Hi there, full screen (or kiosk mode) is a feature in your browser so if you search for full screen or kiosk mode in combination with the name of the browser you are using you should be able to find out how.

For exampel, this is how to start an instance of Chrome in kiosk mode in Windows:

"c:\progra~2\Google\Chrome\Application\chrome.exe" --chrome-frame --kiosk http://localhost/apps/DisplayMonkey/

tenggara commented 5 years ago

Thank you very much Michael. it helped. I also found that pressing control+command+f on chrome (macos) will change it to kiosk mode