rodneyrehm / viewport-units-buggyfill

Making viewport units (vh|vw|vmin|vmax) work properly in Mobile Safari.
MIT License
1.59k stars 151 forks source link

Use user agent sniffing to detect IE9-. Close #43. #57

Closed dillonlucente closed 9 years ago

dillonlucente commented 9 years ago

This just scans the User Agent for MSIE 9., 8., etc. It should function the same as using condition compilation to detect Internet Explorer version and should work with javascript library compressors.