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;";