cordova-plugin-printer
cordova-plugin-printer copied to clipboard
page-break-inside not work in andoird print case
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