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.
我已将基于 Web 的应用程序放到 android studio 中的 WebView 中,但它不会触发来自 Web 的打印操作并显示打印弹出窗口以打印我要打印的发票,有什么方法可以自动触发从网络打印操作按钮??
window.print()确实会触发大多数浏览器中的打印对话框。不确定这是否可以在 webview 内部工作。
window.print()