Y
Hacker News
new
|
ask
|
show
|
jobs
by
kps
1 hour ago
Chrome's too, but
why
? It's just plain HTML.
2 comments
heftig
1 hour ago
Mobile browsers are assuming you're looking at a legacy page optimized for desktops (widescreen) and have a relatively large virtual screen size by default. They expect you to manually zoom in as necessary. Adding this helps:
<meta name="viewport" content="width=640, initial-scale=1">
This matches the max-width specified by the CSS. However, a smaller viewport width might be appropriate to increase the text size on mobile.
link
chorizo
1 hour ago
Safari reader mode on mobile works great. But then again, this is a site where you should not need it.
link