syanbo / react-native-syan-image-picker

React-Native 多图片选择 支持裁剪 压缩
MIT License
629 stars 154 forks source link

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

Open dongshine opened 4 years ago

dongshine commented 4 years ago

这是一个远程的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" />

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