我正在开发一个 cordova 应用程序,我需要通过 GoogleCloudPrint 打印一个动态页面。我已经尝试了网络上的演示 URL 和设备上的本地 URL,但在这两种情况下控制台都告诉我:未捕获的类型错误:无法在https://www.google.com/cloudprint/调用方法 'h' of null客户端/869201922-dialog_mobile.js:282
这是代码
function createPDF(){
$('#footerprint').hide();
gadget.setPrintDocument("url", "Audit", "print.html");
gadget.openPrintDialog();
}