Hello,
While working with input text box (Plugin: Text Box) in Construct 2, The text box shown weird on various operating systems and browsers. Like some of font-size of text box increase or decrease randomly. Please provide us if any solution if you have.
Develop games in your browser. Powerful, performant & highly capable.
Hello, try to disable "Auto font-size" and try to use VW or VH instead pixels and points in CSS font-size.
"1vw" = 1% of screen width
"1vh" = 1% of screen height
If this not help try to set font-size according to Scale
Thank you