diff --git a/icheck.js b/icheck.js index ca66154..ff9fc0d 100644 --- a/icheck.js +++ b/icheck.js @@ -28,7 +28,7 @@ _callback = 'trigger', _label = 'label', _cursor = 'cursor', - _mobile = /ip(hone|od|ad)|android|blackberry|windows phone|opera mini|silk/i.test(navigator.userAgent) || (navigator.platform === 'MacIntel' && navigator.maxTouchPoints > 1); + _mobile = /ip(hone|od|ad)|android|blackberry|windows phone|opera mini|silk|arkweb/i.test(navigator.userAgent) || (navigator.platform === 'MacIntel' && navigator.maxTouchPoints > 1); // Plugin init $.fn[_iCheck] = function(options, fire) {