typewritesomething icon indicating copy to clipboard operation
typewritesomething copied to clipboard

Allow scaling on mobile

Open bozdoz opened this issue 7 years ago • 2 comments

Might be as simple as adjusting the viewport meta tag in index.html:

<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width" />

bozdoz avatar Jan 19 '17 18:01 bozdoz