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

match properly iOS 10+ version #85

Closed krzysiek1507 closed 7 years ago

krzysiek1507 commented 7 years ago

UserAgent: Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1

Before: ["OS 1", "1"] After:["OS 10", "10"]

rodneyrehm commented 7 years ago

thank you!

krzysiek1507 commented 7 years ago

You're welcome! I hope they will fix Mobile Safari with iOS 11. Do you know if it works?

rodneyrehm commented 7 years ago

do you mean if viewport units work in iOS11? I have no idea.

krzysiek1507 commented 7 years ago

Yep. If they have fixed it. So we will see after the stable release.