gpt4 book ai didi

webview - React Native - 如何在 webview 中显示 pdf 文件

转载 作者:行者123 更新时间:2023-12-01 11:15:30 33 4
gpt4 key购买 nike

我已经下载了 pdf 文件 url 并从 iOS 中的文档目录路径中获取。但它不起作用。我正在从文档目录中获取正确的文件路径。

代码:

 <WebView source={{ uri: filepath }} onLoad={this.onFinish} style={{ flex:1}} javaScriptEnabled />

最佳答案

Add this line  originWhitelist={['*']}

<WebView
source={{ uri: filePath }}
onLoad={this.onFinish}
style={styles.webViewStyles}
originWhitelist={['*']} />

this will work for only ios

关于webview - React Native - 如何在 webview 中显示 pdf 文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51961541/

33 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com