You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scroll events were triggering this due to the position of the address bar. Given that the viewport size hasn't really changed this commit compares the height and width before and after the event, and only triggers device:resize if either have changed.
I've noticed
device:resize
events being triggered when I scroll on iOS. For some reason iOS is detecting a scroll as a resize.I'm seeing this on an iPhone 6s on 2.0.19.
The text was updated successfully, but these errors were encountered: