-
Bug
-
Resolution: Fixed
-
Normal
-
7.0.3
-
Security Level: Jimmy
-
None
The following ZUL page didn't use iScroll library on iPad.
<zk> <zscript>Object[] obj = new Object[60]</zscript> <listbox height="300px" mold="paging" width="100%" pageSize="20"> <listhead> <listheader width="150px"> <label value="Tanggal" zclass="font-judul" /> </listheader> <listheader width="100px"> <label value="Uraian" zclass="font-judul" /> </listheader> <listheader width="120px" align="right"> <label value="Debit" zclass="font-judul" /> </listheader> <listheader width="120px" align="right"> <label value="Kredit" zclass="font-judul" /> </listheader> <listheader width="120px" align="right"> <label value="Saldo Akhir" zclass="font-judul" /> </listheader> </listhead> <listitem forEach="${obj}"> <listcell label="Tanggal" /> <listcell label="Uraian" /> <listcell label="Debit" /> <listcell label="Kredit" /> <listcell label="Saldo Akhir" /> </listitem> </listbox>
- relates to
-
ZK-3311 Native scrollbar is not the default setting for mobile browsers
-
- Closed
-