cordova-plugin-printer icon indicating copy to clipboard operation
cordova-plugin-printer copied to clipboard

page-break-inside not work in andoird print case

Open ajn404 opened this issue 1 year ago • 0 comments

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

ajn404 avatar Jul 27 '23 06:07 ajn404