org.zkoss.zkmax.touch.disabled
Property:
org.zkoss.zkmax.touch.disabled
Applicable:
-
globally in
zk.xmlvia<library-property> -
nested in a zul file via
<custom-attribute>
Default: false
since 9.6.0
It specifies whether to disable the handling of touch events.
By default, ZK detects if a device supports touch events and listens to
them automatically. If a user doesn’t want to use such a feature (e.g.
desktop mostly), specify this library property to true.
If enable this configuration, please also ensure that
org.zkoss.zkmax.tablet.ui.disabled is set to true.