You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Printing result is normal. But there is 1 big issue..
it always print the previous Job.
1st Print always no response.
Print from Web-
function sendToQuickPrinterChrome(){
var text = "test printer Big title ";
var textEncoded = encodeURI(text);
window.location.href="intent://"+textEncoded+"#Intent;scheme=quickprinter;package=pe.diegoveloper.printerserverapp;end;";
The text was updated successfully, but these errors were encountered:
Printing result is normal. But there is 1 big issue..
it always print the previous Job.
1st Print always no response.
Print from Web-
function sendToQuickPrinterChrome(){
var text = "test printer
Big title
";
var textEncoded = encodeURI(text);
window.location.href="intent://"+textEncoded+"#Intent;scheme=quickprinter;package=pe.diegoveloper.printerserverapp;end;";
The text was updated successfully, but these errors were encountered: