In particular, I would like to add
<meta name="viewport" content="user-scalable=no, width=device-width, maximum-scale=1, initial-scale=1, minimum-scale=1">
and when I insert it into my head from JS, I can still scroll horizontally in mobile browsers, so I assume that this should be in the head loading time.
Loren source share