如何在使用blob url生成的ios react-native-webview中共享pdf文件

问题描述

pdf 在 ios 预览中可见。响应网址:-blob:baseurl/e4fb3bfa-270b-4799-8330-6e0e061ee875 没有选项显示保存到文件或打印

sharePdf = (bloburl) => {
    const options = {
      url: blobUrl,type: 'application/pdf',};
    Share.open(options)
      .then(res => {
        console.log(res);
      })
      .catch(err => {
        err && console.log(err);
      });
  };

enter image description here

enter image description here

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)