I\'m writing a webpage, which will fully support mobile browsers.
The page currently uses KnockoutJS to dynamically recalculate component sizes (and hide some compon
Solved this by adding a listener to the input's focus event which disables reacting to resize events for 0.5s.