-
Bug
-
Resolution: Fixed
-
Normal
-
8.6.1
-
Security Level: Jimmy
-
(tested on android 8.0.0 with FF 66.0.6)
-
None
Steps to Reproduce
http://zkfiddle.org/sample/2o8it8e/1-drag-and-drop-testing
open on android FF
(tested on android 8.0.0 with FF 66.0.6)
Current Result
no drag start event on FF mobile
Expected Result
drag should start on FF mobile
Debug Info
Same behavior on Edge for android (Edge for android 42.0.2.3438)
Root Cause
https://github.com/zkoss/zk/blob/v8.6.2/zk/src/archive/web/js/zk/zk.js#L1511
https://github.com/zkoss/zk/blob/v8.6.2/zweb/src/org/zkoss/web/servlet/Servlets.java#L414
Only webkit-based browsers are considered as mobile in both client and server.