【发布时间】:2020-08-19 11:18:51
【问题描述】:
尝试了多个前缀网址:(FINAL_URL = PREFIX_URL+DOCUMENT_URL)
前缀网址:
我为此使用了 react-native-webview
<WebView
source={{
uri: `${PREFIX_URL}${attachmentUrl}`
}}
javaScriptEnabled={true}
cacheEnabled={false}
startInLoadingState={true}
/>
【问题讨论】:
标签: android react-native webview