paulcollett / react-masonry-css

React Masonry layout component powered by CSS, dependancy free
https://paulcollett.github.io/react-masonry-css/demo/
MIT License
960 stars 66 forks source link

Zoom in and scroll issue #68

Open ljh1324 opened 3 years ago

ljh1324 commented 3 years ago

ezgif com-gif-maker (2)

I found the problem when zoom in and scroll on the iPad(iOS 13.2.2).. code: https://codesandbox.io/s/react-masonry-css-issue-kxc35

paulcollett commented 3 years ago

Thanks for reporting this with code. Further investigation will be needed

ljh1324 commented 3 years ago

This issue occur when ios address bar shrink (then fire resize event) (window.innerWidth is reduced by zooming in)

react-masonry-bug