如何在React Native Webview中启用浏览图像?

时间:2018-11-30 02:30:21

标签: react-native webview

我使用输入类型文件浏览我网站上的图像。但是,在我的应用程序中,我使用的是webview,但是当我单击按钮浏览时,它没有任何作用。

您有什么解决方案或其他图书馆可帮助我吗?

这是我的代码,但是没有用。

<WebView
   style={{ flex: 1, marginTop: 20 }}
    scalesPageToFit
    javaScriptEnabled
    domStorageEnabled
    startInLoadingState
    mixedContentMode="always"
   source={{uri: 'https://homexkh.com'}}
   />

感谢答案。

1 个答案:

答案 0 :(得分:0)

我回答我的问题。

我找到了一个图书馆React Native WebView - a Modern, Cross-Platform WebView for React Native

我刚刚安装并成功链接,然后将其导入。可以。

该库无法在Expo上使用。

如果您有任何解决方案,请分享。谢谢