Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们正在开发具有打印机功能的离子网络应用程序。我们使用 Print.js npm 来打印内容。如果打印机未与系统连接,我需要显示一些关于此的消息。如何确定打印机是否已连接。print.js npm 或任何其他 npm 中是否有任何方法来确定此要求。
仅使用 Javascript 是不可能的。您将需要使用 ActiveX 或本机应用程序。
参考:https ://github.com/crabbly/Print.js/issues/129