Datatables unusable on iPhone

Datatables unusable on iPhone

veloopityveloopity Posts: 87Questions: 36Answers: 2
edited December 2015 in DataTables 1.10

I have datatables fed from a javascript array data, the left 2 columns are fixed. That works ok on Windows and even mostly on Android but my customer has an iPhone (I don't so far) and he sent me this screenshot. Scrolling the data leads to a garbled image where the two left fixed columns are no longer in sync with the data. The same happens with only one fixed column. What can I do? We need the 2 left columns fixed.

http://www.michaelpeters.de/temp/datatables_iphone.jpg

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 61,744Questions: 1Answers: 10,111 Site admin

    Are you able to link to the page so I can debug the issue please.

    Allan

  • veloopityveloopity Posts: 87Questions: 36Answers: 2

    thx Allan. Can I send you a link per email? Please pm me at mp@mpeters.de

  • veloopityveloopity Posts: 87Questions: 36Answers: 2

    ah, found your email address and sent you a link

  • veloopityveloopity Posts: 87Questions: 36Answers: 2
    Answer ✓

    Update: Allan fixed the problem by setting scrolling to

    -webkit-overflow-scrolling: auto;

    in datatables.css

    (previous value: -webkit-overflow-scrolling: touch)

    thanks Allan!

This discussion has been closed.