Full Screen in HTML5 mode

Get help with installation and setup problems
Post Reply
bishope
Posts: 5
Joined: Mon Jul 18, 2016 3:49 am

Full Screen in HTML5 mode

Post by bishope » Mon Jul 18, 2016 3:56 am

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

User avatar
admin
Site Admin
Posts: 1649
Joined: Wed Sep 05, 2012 6:38 am

Re: Full Screen in HTML5 mode

Post by admin » Mon Jul 18, 2016 3:49 pm

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.
Olivier
TSplus support team administrator
Image

bishope
Posts: 5
Joined: Mon Jul 18, 2016 3:49 am

Re: Full Screen in HTML5 mode

Post by bishope » Tue Jul 19, 2016 2:35 am

Hi,

Thanks you, the F11 alternative is ok :)

juwagn
Site Admin
Posts: 239
Joined: Wed Oct 15, 2014 8:25 pm

Re: Full Screen in HTML5 mode

Post by juwagn » Wed Jul 20, 2016 7:42 pm

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)
TSplus HTML5 and Java web engineer

Post Reply