-
I finally looked into this bug in note-sender on Mobile Safari. When I loaded an image to post, then typed into an input, the browser would zoom in — irreversibly — every time I typed. On every key.
I avoided this behavior by getting rid of display: flex on a class. I think what’s happening is that Mobile Safari doesn’t correctly size flexbox stuff on elements inserted via innerHTML. I’d verify this, but I don’t what to do this anymore.