Selecting moves scroll position after scrollTo is used
I am implementing a side scrolling signup process much like the one Groupon.com uses when they don't have you cookied.
I am using jquery.scrollTo
and it is working great. I am also using jquery.attr('tabindex', '-1')
to disable tabs from causing the screen to jump around.
The problem I am having is if you swipe to select in an input box [using a Chrome browser] and continue to the edge of the screen, it scrolls the screen. How do I prevent this from ha开发者_StackOverflowppening?
You can see this in action at dealpik.com/signup
精彩评论