0

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 happening?

You can see this in action at dealpik.com/signup

Nate Bunney
  • 2,418
  • 2
  • 22
  • 31
  • What browser? I don't see that behavior. In general though, I don't think you need to worry about such a case. – Adam Terlson Apr 06 '11 at 20:13
  • 1
    It does happen in Chrome, just click in a textbox and move your mouse (while mousedown) to the right. The page will scroll. Good question, +1 –  Apr 06 '11 at 20:16
  • Yup, I am using Chrome, should have checked other browsers first. – Nate Bunney Apr 07 '11 at 00:40

0 Answers0