android 5+ 以后 webview 不允許加載混合內(nèi)容(http https)react native webview 組件設(shè)置屬性 mixedContentMode='always'
<WebView>
source={{uri:"https://www.test.com/",method: 'GET'}}
style={{width:deviceWidth, height:deviceHeight}}
mixedContentMode='always'>
</WebView>