Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Normal
-
Resolution: Fixed
-
Affects Version/s: 8.0.0, 7.0.5.2
-
Fix Version/s: 8.0.1
-
Component/s: ZK Client Engine
-
Security Level: Jimmy
-
Labels:None
Description
Currently, ZK didn't treat chrome as mobile on iOS. The following sample shows false on iOS Chrome.
<zk> <script defer="true">alert(zk.mobile);</script> </zk>