安卓无法直接预览pdf
728 浏览2021年05月06日作者:用户5798606561165
tt.downloadFile({
  // 仅为示例 url,并非真实地址
  url: "http://example.com/somefile.pdf",
  success: function (res) {
    const filePath = res.tempFilePath;
    tt.openDocument({
      filePath: filePath,
      success: function (res) {
        console.log("打开文档成功");
      },
    });
  },
});


调用官方api打开PDF文件,IOS可以正常打开,安卓无法直接打开预览


最后一次编辑于 2021 年 05 月 07 日
1 条评论

相关文章

专题推荐

热门文章

热门问答