Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
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