filamentgroup / Overthrow

A tiny, no-frills, framework-independent, targeted overflow: auto polyfill for use in responsive design.
MIT License
906 stars 94 forks source link

Add a note to readme about <meta> width and initial-scale #64

Closed davidtheclark closed 1 year ago

davidtheclark commented 10 years ago

Using Overthrow on my site, I was having problems with blurry text on iOS devices. With the Overthrow script, text was blurry. Without the script, text was nice and crisp. I found the solution to my problem here: http://stackoverflow.com/questions/7881483/ios5-text-images-blurred-when-using-webkit-overflow-scrolling-touch

I think it would be a worthy addition to Overthrow's Readme that users should set the with and initial-scale in a meta tag (<meta name="viewport" content="width=device-width, initial-scale=1.0">) to avoid this problem. Unless, of course, you know a better solution.

Thanks for the excellent plugin.