Open stjreijn opened 10 years ago
That's likely because of the tap
option.
It works well on iOS, but I haven't retested it yet on Windows 8 tablets after the latest commits (there was a structural change).
You can switch it off by using this code (place it before you include the iCheck):
<script>
window.icheck = {
tap: false
}
</script>
Switching off is a temporally solution that should work and be used while current issue exists. I'll try to fix it asap.
I ran into an issue on iOS 9 with a checkbox within a mCustomScrollbar (http://manos.malihu.gr/jquery-custom-content-scroller). The checkbox was not "touchable" while tap was set to true
I found an issue using Chrome on a Windows 8 tablet, it's impossible to select an item from a radio button group or selecting a checkbox.
It does seem to be fixed in 2.0 RC1