Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

573
Views
how to prevent mobile keyboard resize viewport

I try to make project with react.But when i click to input, mobile keyboard resize to viewport how can i prevent that ? And if you noticed when opened to my deploy my second issues is my login and signup images doesnt move smooth at first time.And i would be glad if you check my project and give me feedback.

deploy: https://mook-f2b4e.web.app github link: https://github.com/UmutPalabiyik/mook enter image description here

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

This is likely because the font size on your inputs is lower than 16px. Most mobile browsers will zoom the viewport in when an input or textarea gets focus if the size is below 16px.

input, select, textarea {
  font-size: 16px;
}

Once the input elements have a 16px size, that viewport zoom should no longer happen. If your web site/application is responsive, you could include these styles in a media query to only have 16px inputs on mobile.

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!