Quote:
Originally Posted by DNSB
For what it may be worth and testing on a Kobo with both the RMSDK and Kobo webkit based renderer, RMSDK disregarded letter spacing while the Kobo webkit based renderer rendered it. A bit ugly since a space between words is not affected. I attached the ebooks I used to test. The .epub uses the RMSDK renderer while the .kepub.epub triggers the Kobo renderer.
|
By default, the Tolino will open all files with the same renderer. Once it's set to open sideloaded Epubs with RMSDK, it behaves pretty much like a Kobo and opens Epubs in RMSDK and Kepubs (they're called "Tolino Epub" on the device) with the Default renderer (seems identical to the TENG renderer option –*whatever that may be).
The Kepub renderer on Kobo sure seems to work much better than the Tolino thing. I've attached a screenshot of your kepub.
This is supposed to work in the kepub renderer, too:
Quote:
.pageBreak {
-webkit-column-break-before: always;
}
|
but it does nothing in the Tolino's default renderer. It does test positive for -webkit-column-break-before, so I guess this renderer may also be webkit based.