While clicking on form input field, the form is getting shrink, how to disable it?

While clicking on form input field, the form is getting shrink, how to disable it?

I need some solutions for both Android and IOS.

I tried the below possibilities:

<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" /> 

I don’t quite understand what you’re describing, @sankaripriyar, but preventing users from zooming is generally a bad policy, as it may make your site inaccessible to those with poor vision.

This article may help, although it’s a few years old. I’m not sure how much browsers have moved on since 2015.

2 Likes

I don’t get that behaviour on my iphone. What are you doing to make this happen?

Do you have a link to the problem page?

I assume the page is optimised for mobiles and not just a normal unoptimised website that you are pinching to zoom?

More information required before we can start to help I’m afraid :slight_smile:

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.