-
Notifications
You must be signed in to change notification settings - Fork 131
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
Touch Swipe Support Needed #42
Comments
Hello, due to everybody asking for this feature we will implement it :) At the moment we are very busy though, so I can not promise when that will happen! |
When are you planing to add the touch support ? :) |
can't promise anything but we would like to have slippry v2 before the end of the year :) |
Thanks |
+1 would be great! |
Is this still being added. Like zlanich said, Id like to use this over flexslider, but i need touch support. |
This is still being added, we have just restructured the build process for Slippry and soon we want to get into proper development of the long overdue version 2.0 |
👍 +1 |
+1 |
update please? when can we expect 2.0 ? |
Couldn't users just bind a touch/swipe event to click on the next/prev buttons, or fire the |
Yes @drewbaker, that was our inital idea: #28 |
hi, anyone who included successfully a touch swipe plugin like this one https://github.com/mattbryson/TouchSwipe-Jquery-Plugin? it would be great to have touch support. |
Don't know if people are still having an issue with this, but I have just put a basic example here of slippry and touchswipe working together: https://github.com/paranoidantroid/slipprytouchswipe Only tested on my android phone and on browserstack so if you have issues please let me know. |
When paired with TouchSwipe-Jquery-Plugin the below bit of code will give it swipe left and swipe right touch support: |
I couldn't get it to work with TouchSwipe-Jquery-Plugin and the Code from Shinrai. |
It still is but time has been sparse :( |
Any updates? |
@stylefabrik I was able to get TouchSwipe working with the plugin and the following code:
|
https://github.com/mattbryson/TouchSwipe-Jquery-Plugin this works for me $("#portfolio-demo").swipe( { slippry set up like this: var pdemo1 = $('#portfolio-demo').slippry({ ', // wrapper to wrap everything, including pager
// options loop: true, // first -> last & last -> first arrows // slideshow |
This worked for me. Thanks |
This has been brought up once before, but the issue was closed without solving it. Flexslider has a great example of hardware-accelerated Touch Swipe capability, but I'd prefer to use Slippry as Flexslider seems to have a few lingering bugs and isn't nearly as configurable. Any chance anyone is looking into this? I feel like it's kind of an overdue feature. I'd try to implement it myself, but I don't have much expertise in hardware-acceleration on web just yet.
The text was updated successfully, but these errors were encountered: