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

New simple and hacky check for IE 10 since rv is only working for IE 11. #69

Closed ckaemper closed 8 years ago

ckaemper commented 8 years ago

Uses the same user agent sniffing as used for IE9. See #68.