Quote:
Originally Posted by RbnJrg
In your previous posts, you've told us that you use BookFusion as an e-reader. Well, to manage page breaks in it, you absolutely need to use the following properties:
Code:
-webkit-column-break-after: avoid;
-webkit-column-break-before: avoid;
-webkit-column-break-inside: avoid;
If you don't use them, then it will be impossible to avoid page breaks in BookFusion. So what? Is BookFusion making a mistake by basing its rendering engine on WebKit? And BookFusion is not free.
|
If you've found out that you need to use webkit code to do page breaks, then please put in a bug report as it is a serious bug that needs to be fixed.