-
Bug
-
Resolution: Fixed
-
Major
-
9.5.0.1
-
Security Level: Jimmy
-
None
Steps to Reproduce
run the code on a touch device (or in chrome touch emulation)
<?import org.zkoss.lang.Library?> <zk> <zscript> Library.setProperty("org.zkoss.zkmax.tablet.ui.disabled", "true"); </zscript> <datebox onChange="System.out.println(event)"/> </zk>
Open the datebox
Current Result
the touch styles are not added to the page -> OK
the touch scripts are still loaded rendering the touch molds without the styles -> NOT OK
Expected Result
org.zkoss.zkmax.tablet.ui.disabled=true should control both css and related js files simultaneously
Debug Information
side effect of ZK-4451 (ipadOS support)
Workaround
- relates to
-
ZK-4451 iOS 13 cause iPad to set "request desktop mode" for all website by default
- Closed