-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Overflow on long words #129
Comments
From edrlab/thorium-reader#1906 by @gautierchomel See capture And code:
|
from @mickael-menu #127 I'm submitting a bug report Short description of the issue/suggestion: Long hyperlinks overlap on the next column, instead of being wrapped. Steps to reproduce the issue/enhancement: Unfortunately I cannot provide a free sample book. Contact me for exchanging it privately (note to self APP-428). Do you have screenshots, GIFs, demos or samples which demonstrate the problem or enhancement? |
On the creator side, there is a way by adding |
I'm experiencing an issue where zooming in will cause long words to overflow to the next page, this happens when the word is too long to fit on a single line.
Our use-case is an app made in Flutter, running on both ios and android.
The problem is present on both platforms and happens with every EPUB I've tried.
Adding "hyphens: auto;" is a decent fix on android, but has no effect on ios.
Adding "word-wrap: break-word;" does fix the overflow issue. But not very well, as words will split in weird places.
Is there a suggested way to handle this?
![nowordsplit](https://github.com/readium/readium-css/assets/113669907/cd63b791-f221-4a23-8bb9-928b91d11469
The text was updated successfully, but these errors were encountered: