最初的X问题是- window.print()在安卓移动设备上不受支持。
然而,寻找替代方案Google cloud print是一种选择,
setPrintDocument("url", "[document title]", "[document URL]")方法需要一个文档URL,而不是文档的itself.If。
对于这种情况,有什么替代方案吗?
发布于 2017-05-30 14:13:09
尝试使用BLOB url。例如"blob:https://crap.crap“。我不确定这是否会奏效。
https://stackoverflow.com/questions/44253613
复制相似问题