drgullin / icheck

Highly customizable checkboxes and radio buttons (jQuery & Zepto)
http://fronteed.com/iCheck
7.38k stars 1.62k forks source link

Touch events with Chrome on Surface Tablet #126

Open stjreijn opened 10 years ago

stjreijn commented 10 years ago

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

drgullin commented 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.

jakobg commented 8 years ago

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