Quote:
Originally Posted by jhowell
I looked at those logs and did some testing on my own.
I was able to determine that continuous scrolling is not available in either the Android or iOS Kindle apps for books that contain large tables. This will be indicated in the conversion log by "yj_table-8" appearing within "Features".
You should be able to work around this by editing the source file for the book prior to conversion to split up tables so that they have no more than 65 rows and 8 columns. (I believe those are the limits, but I am not certain.)
|
Thanks a lot!
Following your helpful sharing, I found out that colspan="1000" in <td class="calibre13" colspan="1000"> caused more than 8 columns.
After columns is set to "0", the issue disappears.