I\'m using the chrome mobile browser on galaxy s4, android 4.2.2 and for some reason every time I scroll the page down, it fires a resize event verified by the scaling of im
This is a duplicate of Javascript resize event on scroll mobile
In order to fix it, use onOrientationChange and window.orientation property. See the related answer: here