I'm facing an issue with jQuery UI Touch Punch. I am able to drag everything smoothly, but when I apply css3's "translateY", it works perfectly on the computer but fails on iPad. The element suddenly jumps up at dragstart and then allows me to drag it around. Has anyone else encountered this problem?
I attempted to set translateY on my element during dragstart, but unfortunately, it did not resolve the issue. If I remove translate, the element ends up in the incorrect position, but at least the drag functionality works.