-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
ionicToggle: Allow dragging of slider #543
Comments
Yup, I took it out briefly to get the tap/click stuff working first. I'll add it back in. |
This was a big problem for my users as well. http://forum.ionicframework.com/t/ux-testing-of-ionic-app/1331 I'd really like to see dragging for toggles. |
Only checking for completed gestures won't cut it. Users expect a draggable element to follow the thumb/touch. The best implementation is in Kendo UI: http://demos.telerik.com/kendo-ui/mobile/switch/index.html |
Yep, we will have a fully draggable version, don't worry :) Expect it soon On Tue, Feb 25, 2014 at 3:21 PM, SidneyS [email protected] wrote:
|
See my work in progress here: #706 |
Just added this! See #706 |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
You can only tap the toggle to change it.
Everyone who I've tested with before and sees toggle switches will try several times to drag them, and some of them will never realize they can just tap them.
Minimum: add swipe left and swipe right events to change the toggle.
Best: add actual dragging of toggle tracker.
The text was updated successfully, but these errors were encountered: