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
Full Screen in HTML5 mode
Re: Full Screen in HTML5 mode
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.
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.
Olivier
TSplus support team administrator

TSplus support team administrator

Re: Full Screen in HTML5 mode
Hi,
Thanks you, the F11 alternative is ok
Thanks you, the F11 alternative is ok

Re: Full Screen in HTML5 mode
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)
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)
TSplus HTML5 and Java web engineer