Checkbox list tap not working properly on mobile
-
Hello,
I’m using the “Checkbox in List Item” component, that works perfectly in the browser and the Device Toolbar for Chrome on Desktop, but sometimes it does not select the checkbox when testing it on Chrome, Safari and Firefox for iOS.
I’m using Onsen 1.3.14
Thank you.
-
@rogervila It would be nice if they auto bound, but I think this is actually by design. List items could contain all sorts of items and it would be hard to know what everyone is adding. I usually just add a click event listener on the list-item and then have it modify the state of my component.
-
Answered here https://github.com/OnsenUI/OnsenUI/issues/1495