From f6abeb704785a51a1cd56f11ea47285422d3a859 Mon Sep 17 00:00:00 2001 From: Qingwei Li Date: Sat, 28 Jun 2025 10:36:46 +0800 Subject: [PATCH] add arkweb to support harmony os --- icheck.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {