katzer / cordova-plugin-printer

Print HTML documents
Apache License 2.0
310 stars 284 forks source link

page-break-inside not work in andoird print case #299

Open ajn404 opened 10 months ago

ajn404 commented 10 months ago

I am using the latest version of this plugin cordova 11.0.0 in my html (to be printed):

th,
        tr,
        td,
        p,
        div,
        span
        {
            page-break-inside: avoid;
            break-inside:avoid;
        }

but this does not work . a4 size content of p or div still break