gpt4 book ai didi

javascript - 如何从 phonegap HTML 页面调用 Android 函数?

转载 作者:行者123 更新时间:2023-11-29 22:15:48 25 4
gpt4 key购买 nike

我制作的 Android 应用程序可以与蓝牙打印机通信以打印一些文本,现在我想调用我从我的 phonegap html 文件制作的 android 函数 printText() ..有谁知道如何要做到这一点??谢谢..:)

这是我的代码:

private void printText() {
EditText EditText1;
EditText1=(EditText)findViewById(R.id.editText1);
String temp;
try {
mPrinter.reset();
mPrinter.printTaggedText(EditText1.getText().toString());
mPrinter.feedPaper(110);
} catch (IOException e) {
error(R.drawable.text, getString(R.string.failed_print_text) + ". " +
e.getMessage());
}
}

这是我的 HTML 文件:

 <HTML>
<BODY>
<!-- What Should i Do?? -->
</BODY>
</HTML>

最佳答案

关于javascript - 如何从 phonegap HTML 页面调用 Android 函数?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8483444/

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