Limitation
From Documentation
Revision as of 09:12, 6 August 2014 by Jumperchen (talk | contribs)
In Tablet device, we use some kind of the HTML5 new feature to generate the component output as tablet mold, so there are some limitation as follows.
Unsupported API
NumberInputElement
[7.0.3]
Fall back to use Desktop implementation for NumberInputElement with "format" and "locale" attributes in Tablet mold.
[6.5.0]
In Tablet mold, all of the ZK components that extend from NumberInputElement cannot support format and locale attributes, due to the output of the component which the input type is number.
Version History
Version | Date | Content |
---|---|---|
6.5.0 | July, 2012 | |
7.0.3 | August, 2014 | Fall back to use Desktop implementation for NumberInputElement with "format" and "locale" attributes in Tablet mold. |