【问题标题】:react native android webview issue, pdf/docx/xlsx is not loading反应原生 android webview 问题,pdf/docx/xlsx 未加载
【发布时间】:2020-08-19 11:18:51
【问题描述】:

尝试了多个前缀网址:(FINAL_URL = PREFIX_URL+DOCUMENT_URL)

前缀网址:

  1. https://drive.google.com/viewerng/viewer?embedded=true&url=
  2. https://docs.google.com/viewer?url=

我为此使用了 react-native-webview

<WebView
  source={{
    uri: `${PREFIX_URL}${attachmentUrl}`
  }}
  javaScriptEnabled={true}
  cacheEnabled={false}
  startInLoadingState={true}
/>

【问题讨论】:

    标签: android react-native webview


    【解决方案1】:

    您是否使用允许任何知道链接的人查看该文档的设置共享该文档?可能您只需登录 google drive 即可查看它。

    您可以通过在隐身标签中打开 URL 来测试它

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2018-04-20
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多