+ 3
How do we zoom back out from input html
When you select an input text, sololearn zooms in. But when focus is gone from input and you press a button/go to a new 'page', the screen is unable to zoom back out. How do I fix this?
3 Answers
+ 4
You can add this code in the <head> tag to never make it zoom in:
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
+ 4
Andre Daniel no problem đ
+ 3
ReimarPB it doesn't necessarily zoom back out, but it works fine without having to zoom in to begin with. Thanks! đ