Android browser won't scroll up-down

Android browser won't scroll up-down

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

while Firefox on Android (4.1.1) does a good job, displaying only 8 lines of the table (and making it scrollable), even though I have switched paging off, Chrome and also the standard Android browser on my smartphone display all lines, making them not scrollable. Instead, the whole page scrolls, and the header disappears of course when scrolling down. Is there a workaround for this? so that even without paging, only a part of the data is visible?

Also, when I scroll left-right in larger tables, the header lines aren't completely in sync with the data, they seem to lag behind.

My settings:

data: data,
"searching": false,
"scrollX": true,
scrollY: '30vh',
scrollCollapse: true,
paging: false,
"bInfo": false,
"ordering": false

Answers

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

    Android 4+ should support scroll:overflow. Unfortunately I don't have access to an old Android device just now. There is presumably an emulator available, although it will be a little while before i can set that up.

    Allan

This discussion has been closed.