Quote:
Originally Posted by JSWolf
It's not compensating for bad apps. It's creating code for apps that do not use webkit and if you can create such code, then webkit is even more not needed.
|
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.