I am creating a overlay for websites which will access on mobile, In iPhone i'm getting visual viewport size by window.innerWidth and layout viewport size by document.documentElement.clientWidth in iPhone it is working perfectly but in android(2.2, 2.3.3) default browsers it is not giving a proper visual viewport size, and this size is not getting changed when I zoomed in or zoomed out.

so which js property do I need to use for getting proper visual viewport size, when I zoom in or zoom out.

link|improve this question

55% accept rate
feedback

1 Answer

This option is supported starting from WebKit version 534.13. So only Android 3 browsers and above will supply visual viewport size, as lower Android versions are using WebKit 533.1.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.