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

Toggle switches in Settings are very difficult to use #9

Closed
hanthomas opened this issue May 26, 2016 · 3 comments
Closed

Toggle switches in Settings are very difficult to use #9

hanthomas opened this issue May 26, 2016 · 3 comments

Comments

@hanthomas
Copy link

I noticed that the toggle switches in the Settings tab don't respond very well to either taps (or clicks in desktop browser). I have tap on them several times in order to get it to change state. All other UI interactions work just fine... just these toggle switches are not very responsive. My app has code to optimize touch/click events, so I suspect this might be interfering with these toggles. Any chance the toggles could just be changed to ordinary checkboxes?

@surunzi
Copy link
Member

surunzi commented May 26, 2016

Are you using libraries like fastclick or you write something similar yourself? The switch buttons are just some ordinary checkboxes with styles, no click or tap events attached. This is weird. I'll see if there's a good way to solve conflicts with libraries such as fastclick later.

@surunzi
Copy link
Member

surunzi commented May 26, 2016

Found a solution here: ftlabs/fastclick#90
I tried it with fastclick, and it works just fine.
@hanthomas Download v0.5.9, and see if it's still hard to toggle the switches.

@hanthomas
Copy link
Author

@surunzi Thanks for your quick response. This is working perfectly now.

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

2 participants