Issue
I don't know why or how to solve this issue. When I try to print one of my pages, I'm getting this behavior:
It is a simple HTML page without any plugin, CSS or JavaScript. Has anyone experienced this kind of problem before? How do I solve this?
Solution
I know it's late to answer but I hope I could help anyone who would face the same issue here.
We could apply it to all elements on our app by adding this code to our general CSS file:
* {
page-break-inside: avoid;
}
This is the easiest and fastest way to do it.
Answered By - Jabal Logian
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.