-
Bug
-
Resolution: Fixed
-
Normal
-
8.6.1
-
Security Level: Jimmy
Current Result
ZK doesn't listen to touch events on desktop.
Some desktop screens are touch-enabled, and can pass touch events to the page. Since ZK doesn't listen to them, touch actions don't work under these conditions.
Expected Result
ZK should listen to touch events on every browser.
Debug Info
https://github.com/zkoss/zk/blob/v8.6.1/zk/src/archive/web/js/zk/zk.wpd
<script src="domtouch.js" browser="ios,android"/>
Root Cause
Workaround
- relates to
-
ZK-4835 Browsers supporting both touch and mouse fails to register mouse events following ZK-4301
- Closed
-
ZK-4857 Missing right click and double click in hybrid touch mouse mode
- Closed
-
ZK-4817 listgroup open/close triggers selection (mobile)
- Closed
-
ZK-4918 support a configuration to disable touch behavior
- Closed