drgullin / icheck

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

Cannot toggle checkboxes on Blackberry #344

Open donpernino opened 7 years ago

donpernino commented 7 years ago

Hi,

It seems that on Blackberry, I have to click outside (I have to click on top of the area) the checkbox area to toggle the checkbox.

It's quite annoying and I can't find a solution.

Does anyone have ever faced this problem and have a solution ?

Thank you

davo3 commented 7 years ago

I am having exactly the same issue

MaximusBaton commented 7 years ago

The problem is that _mobile = /ipad|iphone|ipod|android|blackberry|windows phone|opera mini|silk/i.test(navigator.userAgent); returns false for blackberry and the library thinks it not a mobile device.