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 to navigate between articles #24

Open
michaelvandonselaar opened this issue Mar 29, 2013 · 10 comments
Open

Swipe to navigate between articles #24

michaelvandonselaar opened this issue Mar 29, 2013 · 10 comments

Comments

@michaelvandonselaar
Copy link

I would love to be able to navigate between articles by swiping left/right.

@mboinet
Copy link
Owner

mboinet commented Mar 29, 2013

Good idea. I think it's best to work on #20 before this, but it should be easy.
The hard part will be performance & user feedback with the jQueryMobile framework.

@lawer
Copy link

lawer commented Apr 1, 2013

I would love this feature, especially on iPad.

@mboinet
Copy link
Owner

mboinet commented Apr 1, 2013

It seems to work on my iPhone: 9dccdc3
I need to do transitions or a visual feedback that it's working in the background.

@lawer
Copy link

lawer commented Apr 1, 2013

Works great on iPad too. Maybe is too sensible for the big screen because vertical swipes trigger it sometimes.

Thanks for the great work.

@stickystyle
Copy link
Contributor

I'm finding it to be triggering on my less than perfect vertical swipes when scrolling, or when I just rest my finger on the screen and move it while reading. This is on a iPhone 5. Is there a sensitivity adjustment for it?

@michaelvandonselaar
Copy link
Author

I think there's a problem if the user swipes while a page is loading.

@mboinet
Copy link
Owner

mboinet commented Apr 2, 2013

Yes, not usable: I need to revert this and find a proper swipe detection.

@mboinet
Copy link
Owner

mboinet commented Apr 2, 2013

Reverted in 4fc6604

Need a better implementation, the swipeleft and swiperight events from jQueryMobile are not that great.

@rogierlommers
Copy link

What about this library? it works very smooth on my iOS devices...
http://cubiq.org/dropbox/SwipeView/demo/gallery/

@mboinet
Copy link
Owner

mboinet commented Apr 22, 2013

The demo is impressive. Not sure it will be OK on a big article with resized images, but it needs to be tested.

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

No branches or pull requests

5 participants