rodneyrehm / viewport-units-buggyfill

Making viewport units (vh|vw|vmin|vmax) work properly in Mobile Safari.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chrome for ios wrong VH when keyboard is opened

Yuripetusko opened this issue · comments

commented

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

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.

?

commented

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