react-native-syan-image-picker icon indicating copy to clipboard operation
react-native-syan-image-picker copied to clipboard

选择图片后获得的 uri 在webview上无法显示?

Open dongshine opened this issue 3 years ago • 0 comments

这是一个远程的html

<WebView ref="webview" textZoom={100} source={{uri: 'https://xxx.xxx.com/index.html'}} allowFileAccess={true} allowFileAccessFromFileURLs={true} allowUniversalAccessFromFileURLs={true} allowingReadAccessToURL={true} /> 拿到的uri

<img src="file:///storage/emulated/0/Android/data/......8601E8B9BD6.jpeg" />

页面种无法显示图片,是还需要配置什么东西吗?

dongshine avatar Sep 10 '20 01:09 dongshine