|
|||||||
![]() |
|
|
Thread Tools | Search this Thread |
|
|
#16 |
|
Enthusiast
![]() Posts: 43
Karma: 10
Join Date: Feb 2026
Device: iPad
|
Good news — I've already pushed a fix for this. The next build removes the forced line-height and paragraph margin overrides entirely. Publisher CSS now controls typography by default, and the reader only overrides structural properties needed for pagination.
Got your rendering report, thanks for submitting it — the chapter HTML and screenshot are exactly what I need to verify the fix. Appreciate you testing on iOS. |
|
|
|
|
|
#17 | |
|
Resident Curmudgeon
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 82,589
Karma: 151278869
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
Quote:
|
|
|
|
|
|
|
#18 |
|
Enthusiast
![]() Posts: 43
Karma: 10
Join Date: Feb 2026
Device: iPad
|
Sounds good. The CSS fix will be in 1.0.9 at the earliest — I want to test it thoroughly before pushing it to the App Store. I'll post here when it's out.
|
|
|
|
|
|
#19 |
|
Resident Curmudgeon
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 82,589
Karma: 151278869
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
For the next version, can you add multi-column support? My iPhone is an iPhone 15 Pro Max and the lines are long in landscape and it's would be even worse on my iPad.
|
|
|
|
|
|
#20 |
|
Enthusiast
![]() Posts: 43
Karma: 10
Join Date: Feb 2026
Device: iPad
|
Multi-column is on the list. Right now it's available for PDF and comics but not yet for EPUB. It makes a big difference on wider screens — especially iPad landscape. I'll bump the priority on that one.
|
|
|
|
|
|
#21 |
|
Resident Curmudgeon
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 82,589
Karma: 151278869
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
I just wish that ePub readers would stop adding PDF support. It's just bloat.
|
|
|
|
|
|
#22 |
|
Enthusiast
![]() Posts: 43
Karma: 10
Join Date: Feb 2026
Device: iPad
|
Version 1.0.9 just went live on the App Store. The CSS fix is in — publisher stylesheets now control line-height, paragraph spacing, and margins by default. The reader only overrides structural properties needed for pagination.
Would love to hear how it renders on your iPad Pro 13" now. |
|
|
|
|
|
#23 |
|
Enthusiast
![]() Posts: 43
Karma: 10
Join Date: Feb 2026
Device: iPad
|
That's fair. EPUB is where the focus is — the CSS fix in 1.0.9 and everything on the roadmap (custom fonts, multi-column, scroll mode) are all EPUB rendering improvements. PDF just happens to be there for the people who need it.
|
|
|
|
|
|
#24 | |
|
Resident Curmudgeon
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 82,589
Karma: 151278869
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
Quote:
P.S. When I access Themes and settings, all I get is themes and font size. |
|
|
|
|
|
|
#25 |
|
Enthusiast
![]() Posts: 43
Karma: 10
Join Date: Feb 2026
Device: iPad
|
The CSS fix is automatic — there's no setting to toggle. In 1.0.9, the reader stopped forcing its own line-height and paragraph spacing over the book's CSS. So if your book specifies line-height: 1.2 or margin-bottom: 0.5em, those values now come through instead of being overridden.
If the book you tested still looks wrong, could you submit another rendering report from inside the reader? That'll send me the chapter HTML so I can see exactly what CSS the book is using. It's possible the book itself doesn't specify much and the reader defaults are what you're seeing. |
|
|
|
|
|
#26 | |
|
Resident Curmudgeon
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 82,589
Karma: 151278869
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
Quote:
And also very impotent is that the windows and orphans are not being respected. I have them set to 1 and the app is overriding them in the wrong way. if a full paragraph doesn't fit at the end of the screen, it moves that paragraph to the next screen. There is so much white space that it's unreadable. One of the screen shots in the app store shows how bad this is. Also, we need settings to set the line height, the L/R margins, and the font. And we need to be allowed to use a custom font . Also, fonts need to be able to have the weight adjusted. The margin setting and the line-height also need to be able to be turned off. |
|
|
|
|
|
|
#27 |
|
Enthusiast
![]() Posts: 43
Karma: 10
Join Date: Feb 2026
Device: iPad
|
Got the rendering report, thanks - that's exactly what I need to dig into this properly.
You're right on all counts. Here's what's happening under the hood: Widows/orphans: The app defaults to widows: 2, orphans: 2 on all paragraphs. For short paragraphs (2-3 lines), that effectively means they can't split across pages at all - the engine pushes the whole paragraph to the next page rather than leaving a single line behind. That's where the white space is coming from. Dropping to 1/1 would fix the worst of it, and making it a user setting is the right move. Line height: Default is 1.6 when the book doesn't specify one. Too generous for a lot of books - especially ones with already-loose paragraph spacing. No user control for this yet, which is the real problem. Margins: Left/right are fixed at 40px on macOS. Should be adjustable. All of this points to the same gap: the reader needs a proper typography settings panel - line height, margins, widows/orphans, font selection beyond the theme presets, custom font loading. I've been tracking most of these as feature requests already, but your report makes it clear they need to move up the priority list. I'll start with widows/orphans (quickest win for readability) and line height. Will post here when there's a build to test. |
|
|
|
|
|
#28 | |||||
|
Resident Curmudgeon
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 82,589
Karma: 151278869
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
Quote:
Quote:
Quote:
Quote:
Quote:
|
|||||
|
|
|
|
|
#29 |
|
Enthusiast
![]() Posts: 43
Karma: 10
Join Date: Feb 2026
Device: iPad
|
You're right about the widows/orphans — if your CSS specifies 1, the app should respect that. I found where our stylesheet overrides it. Same with line height — when the book doesn't specify one, I shouldn't be injecting 1.6. Working on a build now that fixes both of those and adds margin adjustment. Will post here when it's ready to test.
|
|
|
|
|
|
#30 | |
|
Resident Curmudgeon
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 82,589
Karma: 151278869
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
Quote:
I look forward to the next release. |
|
|
|
|
![]() |
| Thread Tools | Search this Thread |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| justRead.app – Native iOS EPUB Reader (Built for Power Readers) | petrjahoda | Apple Devices | 163 | 03-12-2026 01:16 PM |
| ‘Assistive Reader’ (text-to-speech) comes to Kindle apps for Android and iOS/macOS | tomsem | Amazon Kindle | 4 | 06-13-2024 04:53 AM |
| EPUB thumbnails in macOS Ventura/iOS | Pargeo | ePub | 1 | 01-06-2023 08:11 AM |
| Can I build Calibre 4.0 on a native macOS machine running OS X El Capitan 10.11.6? | vaboro | Development | 23 | 10-16-2019 04:37 PM |
| Idea of Bookshelves - How to organize books by drag and drop to bookshelves | duytrung | Library Management | 5 | 09-04-2015 06:28 PM |