Notice: The Monaca & Onsen UI Community Forum is shutting down.
For Onsen UI bug reports, feature requests and questions, please use the Onsen UI GitHub issues page. For help with Monaca, please contact Monaca Support Team.
Thank you to all our community for your contributions to the forum. We look forward to hearing from you in the new communication channels.
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