Page 1 of 1

Full Screen in HTML5 mode

Posted: Mon Jul 18, 2016 3:56 am
by bishope
Hi,

I test this product and until now, is very good product.
I have just one question :

- It's possible to have full screen in html5 mode directly configure on server ?

Thanks

Re: Full Screen in HTML5 mode

Posted: Mon Jul 18, 2016 3:49 pm
by admin
Hello,

The HTML5 is fully handled by the browser, therefore a full screen mode is not supported. However you can use the fullscreen feature of your browser by pressing F11.

Re: Full Screen in HTML5 mode

Posted: Tue Jul 19, 2016 2:35 am
by bishope
Hi,

Thanks you, the F11 alternative is ok :)

Re: Full Screen in HTML5 mode

Posted: Wed Jul 20, 2016 7:42 pm
by juwagn
Hello, in
settings.js ->
from
W.full_screen = 0;
change to
W.full_screen = 2;
In such case if supported by browser any click in non fullscreen mode should automatically force it to fullscreen.

PS: but as suggested, F11 before starting session makes you happy too without making fullscreen mandatory for all. (and esc does not quit fullscreen by f11)