gpt4 book ai didi

printing - Cordova -插件打印机崩溃的Ionic2应用程序

转载 作者:行者123 更新时间:2023-12-03 16:48:39 24 4
gpt4 key购买 nike

我正在尝试测试应用程序中的打印功能。我正在使用katzer / cordova-plugin-printer。
我创建了一个调用打印机的按钮,下面是我编写的代码,不确定其是否正确:

print(){
Printer.isAvailable().then(
()=>{
Printer.print("<h2>This is just a sample!</h2>").then(
()=>alert('Printing successfull'),
()=>{alert('Unable to print')}
);
},
(reason)=>{
alert('no printer found');
alert(reason)
});

}

我正在使用Android手机进行测试

最佳答案

您需要将printoptions与文档名称一起应用。

Printer.print("<h2>This is just a sample!</h2>", { name: 'testdoc' })

关于printing - Cordova -插件打印机崩溃的Ionic2应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41975283/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com