mobile chrome fires resize event on scroll

前端 未结 7 1176
独厮守ぢ
独厮守ぢ 2020-11-30 23:20

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

相关标签:
7条回答
  • 2020-12-01 00:10

    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

    0 讨论(0)
提交回复
热议问题