I want google chrome to start in full screen mode (f11
) when i start it.
I have done this by adding: --kiosk
after the target path.
However when i start up google chrome via the short cut ( The one i just edited) it works.
But when i start it from usb-webserver it does not work.
I think this is becuase it is taking my primary location of google chrome instead of the shortcut. However i can't edit the primary location of chrome.
How do i start up google chrome in full screen everytime i start it via usb-webserver?
If this is not posible, is it posible to start the page in full screen via javascript
or html
or php
?
EDIT:
The page reloads every 3-5 minuts. So i don't want a script, that presses f11 every time the page is loading. Becuase if that is the case, it will go full-screen - normal - full-screen - normal etc.
EDIT 2
Right now my website boots up via index.php
However index.html gets the priority. So can i make something in index.html that makes the page go full screen. and then auto-redirect to index.php?