1 Reply Latest reply on Mar 19, 2013 12:00 PM by nmaric

    scrollableDataTable on mobile safari (iPad/iPhone)

    nmaric

      hi,

       

      i have an issue with scrollableDataTable on iPhone/iPad. it doesn't scroll

      i googled for solution and found that after ios5 following attributes shoud be set inside div with scroller:

       

      -overflow: scroll;

      -webkit-overflow-scrolling: touch;

       

      i added these two lines in css style #myForm:myTable:scb, but there is no changes at all.

       

      i'm using richfaces v3.3.3-Final

       

       

      Thanks in advance

        • 1. Re: scrollableDataTable on mobile safari (iPad/iPhone)
          nmaric

          problem with overriding CSS was in colon (":"),

           

          so, in css i added

           

          div#myForm\3AmyTable\3Ascb {

                overflow: scroll !important;

                -webkit-overflow-scrolling: touch !important;

          }

           

          and now it is scrolling if you scroll litlle bit faster than usual inside table