Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Swipe #35

Open
Xenofexs opened this issue Jan 4, 2013 · 0 comments
Open

Swipe #35

Xenofexs opened this issue Jan 4, 2013 · 0 comments

Comments

@Xenofexs
Copy link

Xenofexs commented Jan 4, 2013

Hello.
I use scrollability and jQuery mobile for positioned my elements like this :

var position = event.position * -1;

$('.actuB').animate({left : -$('.actuB').width() * 3 + position * 1.75, leaveTransforms:true }, 0);

When I scroll, the left absolute position change. Ok, good, but if I take off my finger, the iPad continue to scrolling alone but the event.position don't change.

I need to desable the "swipe" or continue to know my pixel top position when the iPad continue to scroll.

Thank you I'm at your services if you need more informations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant