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

Chrome for ios wrong VH when keyboard is opened #71

Closed Yuripetusko closed 8 years ago

Yuripetusko commented 8 years ago

On Chrome for ios when keyboard is revealed the VH is counted like there's 2 keyboards

I am doing ViewPortBuggyFill.init({force: true});

img_1448

rodneyrehm commented 8 years ago

what happened to @Yuripetusko's comment

It is the same without bugyfill also, however if I do apply bugyfill and change orientation, it is fine after, so it looks like it doesn't recalculate when keyboard is revealed on Chrome for ios at all.

?

Yuripetusko commented 8 years ago

Sorry false alarm! if I don't initialise buggyfill on chrome for ios everything is fine