Client has an app that uses a large resolution window. The bottom of his app is being clipped off in the html5 client.
What is the max horizontal and vertical res for the html5 client?
Mark
Max html5 resolution for app?
Re: Max html5 resolution for app?
Hi Mark,
On PC or Mac, the max resolution is calculated from your opened browser window, so best is to maximize your browser window, before you start any HTML5 session.
Best regards
Jeffrey
On PC or Mac, the max resolution is calculated from your opened browser window, so best is to maximize your browser window, before you start any HTML5 session.
Best regards
Jeffrey
Re: Max html5 resolution for app?
Hello,
You can change resolution for mobile devices, locate in html5.html the line :
meta name="viewport" content="width=1024, maximum-scale=1.4
and change it to a bigger value, like 1280 instead 1024, as example.
Remember, this will only affect mobile devices resolution.
You can change resolution for mobile devices, locate in html5.html the line :
meta name="viewport" content="width=1024, maximum-scale=1.4
and change it to a bigger value, like 1280 instead 1024, as example.
Remember, this will only affect mobile devices resolution.
Olivier
TSplus support team administrator

TSplus support team administrator

Re: Max html5 resolution for app?
Hello,
Also do not touch this line! It will not help you to change it, better look for
settings.js variable
viewportwidth = "1024"; //initial width of session on mobile devices, height gets computed by browser.
and change it to higher one, according to this variable the viewport will be changed for iOS/Android and MobileIE browsers.
It is not actual info for a long time already.. Now this option is inside settings.jsmeta name="viewport" content="width=1024, maximum-scale=1.4
Also do not touch this line! It will not help you to change it, better look for
settings.js variable
viewportwidth = "1024"; //initial width of session on mobile devices, height gets computed by browser.
and change it to higher one, according to this variable the viewport will be changed for iOS/Android and MobileIE browsers.
TSplus HTML5 and Java web engineer
Re: Max html5 resolution for app?
I can say that this setting works great!
We have set the default to 1440 because our customers use the Samsung Galaxy Tab S (Android) with a very high resolution. And 1440 gives a good result: not too small and not too big, and most applications fit very well.
Best regards
Jeffrey

We have set the default to 1440 because our customers use the Samsung Galaxy Tab S (Android) with a very high resolution. And 1440 gives a good result: not too small and not too big, and most applications fit very well.
Best regards
Jeffrey