Uploaded image for project: 'ZK'
  1. ZK
  2. ZK-2489

iscroll not working for tablet

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 7.0.4
    • 7.0.3
    • Components
    • Security Level: Jimmy

      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>
      

            hanhsu hanhsu
            vincentjian vincentjian
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: