Webapps text fontsize

Hi,
I’d like to be able to resize text fontsize dynamically according to the screen dimensions, small on small screens and larger or large screens.
but I read that It’s impossible to modify the styles via code.

Any ideas for doing this ?

Thanks

Ciao Horacio,
probably the “simplest” solution is actually create a web page clone for each size you want support.

In theory you could implement this with a custom css with css media query, but web app are actually rendered with fixed dimensions.

Anyway you could try RubberViewsWE, it is a component that resizes controls (and font) on your webpage.