Closed opinel closed 12 years ago
I could overcome the behavior by using a iOS 6 specific timer, which you can find here: https://gist.github.com/3755461 When a timer is set while an iOS 6 screen is scrolled or dragged, than it is killed. The alternative implementation fixes this.
Hi,
since the iOS 6 launch, I have an issue in one of my web apps. While a transiiton is suppose to make a horizontal translate, the user can drag the screen vertically (so you can see the Apple iOS background behind the actual website). In iOS 5 the transition would have been executed after the user finished the dragging, in iOS 6 it never happens, it never applies any native CSS translate, nor fires any callbacks signaling the end of the transition.
Any idea how to prevent, tackle this issue or any idea how to detect the drag of the screen?