已安装:
ionic cordova plugin add cordova-plugin-printer
npm install --save @ionic-native/printer
在按钮上单击使用:
this.prnt.isAvailable().then(function()
{
alert("available");
},function(){
alert("not available");
});
收到错误:
Error: exec proxy not found for :: Printer :: check
请提出如何清除此错误的建议!
答案 0 :(得分:-1)
我知道已经晚了,但是其他人会发现这很有用。 正如您在文档中所看到的,即使您使用cordova运行,它也不在浏览器中受支持。尝试在可以运行的真实设备上运行它。 See image for supported devices info