mantaskaveckas / react-siema

ReactSiema Demo
https://kaveckas.github.io/react-siema/
89 stars 39 forks source link

Add startX, startY, and letItGo to drag object and fix problem with touchmove on mobile #9

Open MateuszJonak opened 7 years ago

MateuszJonak commented 7 years ago

On mobile if someone scroll site, and slider is on all width, unwittingly slider change position. We must to check like in original 'siema' in what axis user scrolling. https://github.com/pawelgrzybek/siema/blob/master/src/siema.js#L323