如何在 Ionic 3 中包含 .jar 或在 Apex2 中打印
How to include .jar in Ionic 3 or print in Apex2
如何在 ionic 3 项目中包含 .jar?
此 .jar 用于在打印机 Datamax O'neil Apex 2 上打印。
谢谢
使用 Jar 的功能(希望是为 Android 编写的 jar,因为并非所有 Java 代码都会在 Android 上 运行,特别是要驱动打印机的东西,而且大多数 Android 库都保存在 .aar 而不是 .jar 中)你将不得不写一个 Cordova Plugin. Of course this is only going to work on Android, as iOS uses pod's (CocoaPods) if it is going to work at all. Ionic, btw, is a wrapper around Cordova 这是你想在Ionic 中不包含您需要的功能。
如何在 ionic 3 项目中包含 .jar? 此 .jar 用于在打印机 Datamax O'neil Apex 2 上打印。
谢谢
使用 Jar 的功能(希望是为 Android 编写的 jar,因为并非所有 Java 代码都会在 Android 上 运行,特别是要驱动打印机的东西,而且大多数 Android 库都保存在 .aar 而不是 .jar 中)你将不得不写一个 Cordova Plugin. Of course this is only going to work on Android, as iOS uses pod's (CocoaPods) if it is going to work at all. Ionic, btw, is a wrapper around Cordova 这是你想在Ionic 中不包含您需要的功能。