Disable Shrinking option for form input field
1 Beitrag Seite 1 von 1
Disable Shrinking option for form input field
While clicking on form input field, the form is getting shrink, how to disable it?I need some solutions for Android Devices.
I tried the below possibilities:
- Code: Alles auswählen
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
Seite 1 von 1