furf / jquery-ui-touch-punch

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

Issue on Iphone with slider #275

Open zebulondev opened 7 years ago

zebulondev commented 7 years ago

On touch slider on iphone the page scroll down at the footer. Only at the first touch, but after scroll up to slider, it's slide correctly

zebulondev commented 7 years ago

A solution for this bug?

jeryj commented 7 years ago

@zebulondev I'm having an issue on iOS when the slider handle receives focus, the whole page jumps further down. When I scroll back up to use the slider, it does work correctly. Is this the same issue you're describing?

zebulondev commented 7 years ago

Yes.

LionelMarbot commented 6 years ago

This behaviour also happens when touch-punch is removed. Looks like it is a jQuery UI Slider issue. Only happening on iOS though.

jeryj commented 6 years ago

@LionelMarbot For me, it ended up being an iOS issue whenever a when focusing a non-native focusable element in an iframe: http://jeremyjon.es/code/apple-bug-report-non-native-focusable-elements-page-jump/

I think this issue should get closed, as it seems to be an iOS bug.