Linked Questions

Popular Questions

How do i stop my form from resizing on a mobile device?

Asked by At

i have a completed site in PHP i am now placing the viewport coding to make it mobile friendly, so far so good. A problem that i have run into is when people click on my form on their phones the phone increases the size of the form to help them see the fields better as most phone browsers but once they have filled in the form it leaves the form oversized and the user has to decrease the size of the form manually. How can i stop the phones brower (IE Chrome and Safari) from increase the size of my form page ? I have tried using max-width and max-height in CSS but no luck. Any advice ?

Related Questions