ios-checkboxes
ios-checkboxes copied to clipboard
Toggle fires twice when clicked
Hey, thanks for the great work! I've used this in two places in our app, and one of them is acting strangely -- it only sticks if dragged. When clicked, the switch toggles on, then flips back. Any idea what could cause this, or how to fix it? I haven't dove into the JS internals or tried debugging yet.
Here's my js: https://github.com/codeforamerica/textizen/blob/dev/app/assets/javascripts/polls.js.coffee The problematic view: https://github.com/codeforamerica/textizen/blob/dev/app/views/polls/_form.html.erb
Just realized the toggle operates fine when I click in the space to the right of the actual switch (div.iPhoneCheckContainer). When I attach a click event handler to iPhoneCheckContainer, a click to the right of the switch fires it once, but a click on the actual switch fires it twice.
Hi, I have the same issue. Did you manage to make it work?