i have a react application, where I’m taking a input field,
on mobile device ,
there is a auto zoom feature to highlight the zoom
one way i found was to use font size :16px
input{ font-size:16px;}
my question is there a way to auto zoom out if i deselect the input field and screen zooms out?this breaks the screen
<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1, maximum-scale=1" />
Raghavendra jayateerth is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.