# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 12
# self = https://watcher.sour.is/conv/wh2ckoq
@eldersnake I see you have


<meta name=viewport content='width=device-width, initial-scale=1, maximum-scale=1'>


I'm not sure, but for me this works


<meta name=viewport content='width=device-width'>


Isn't this enough?
@adi I think this page explains it? 🤔
@adi I think this page explains it? 🤔
@prologic What about initial-scale? Tbh, I'd rather not reset the zoom.
@prologic What about initial-scale? Tbh, I'd rather not reset the zoom.
@adi @prologic \n\n> The initial-scale property controls the zoom level when the page is first loaded.\n\nI'd rather not reset the initial zoom level? Do mobile browsers have weird initial zoom levels?
@adi @prologic

> The initial-scale property controls the zoom level when the page is first loaded.

I'd rather not reset the initial zoom level? Do mobile browsers have weird initial zoom levels?
@adi @prologic \n\n> The initial-scale property controls the zoom level when the page is first loaded.\n\nI'd rather not reset the initial zoom level? Do mobile browsers have weird initial zoom levels?
@adi Yes they do. For instance I can have Mobile Safari zoomed in 50% by default so everything is larger for me. Its an accessibility feature. I normally have fonts larger on my iPhone.
@adi Yes they do. For instance I can have Mobile Safari zoomed in 50% by default so everything is larger for me. Its an accessibility feature. I normally have fonts larger on my iPhone.
@prologic So in your case resetting the zoom level would be a bad idea.
@prologic So in your case resetting the zoom level would be a bad idea.