How do we zoom back out from input html | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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?

14th Jun 2018, 4:51 AM
Andre Daniel
Andre Daniel - avatar
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">
14th Jun 2018, 4:53 AM
ReimarPB
ReimarPB - avatar
+ 4
Andre Daniel no problem 👍
14th Jun 2018, 4:57 AM
ReimarPB
ReimarPB - avatar
+ 3
ReimarPB it doesn't necessarily zoom back out, but it works fine without having to zoom in to begin with. Thanks! 😊
14th Jun 2018, 4:55 AM
Andre Daniel
Andre Daniel - avatar