Skip to content Skip to sidebar Skip to footer

Is There A Way Of Detecting Whether A Window Resize Event Was Caused By Android's Popup Keyboard?

I'm writing a webpage, which will fully support mobile browsers. The page currently uses KnockoutJS to dynamically recalculate component sizes (and hide some components) based on t

Solution 1:

Solved this by adding a listener to the input's focus event which disables reacting to resize events for 0.5s.


Post a Comment for "Is There A Way Of Detecting Whether A Window Resize Event Was Caused By Android's Popup Keyboard?"