furf / jquery-ui-touch-punch

A duck punch for adding touch events to jQuery UI
http://touchpunch.furf.com/
3.51k stars 1.33k forks source link

After sortable it will scroll the whole page up #269

Open jarcik opened 8 years ago

jarcik commented 8 years ago

Hi, I am using your touch-punch on sortable widgets. The issue here is when the sortable is done, it will scroll the whole page up. When I removed this library from my project, it is not scrolled. Did not make it to debug the issue. Tried to overcome it with setting the original top position for scrollTop but no luck. This is happening even in a browser with mouse sorting.

Any guess?

Thanks :)

nick-sam commented 8 years ago

Hi, I am using your touch-punch on sortable widgets. The issue here is when the sortable is done, it will scroll the whole page up.

The problem is in Iphone only

Ipad and web working fine.

Thanks