网页内的Google Map未使用React Native WebView组件显示

时间:2018-09-09 22:07:35

标签: dictionary react-native webview

我有一个要加载到react native的webview内的网页。显示所有内容,但Google Map div保持空白。

里面的页面在javascript中使用了地理位置本地化(navigator.geolocation.getCurrentPosition)。可能是问题所在吗?

仅在Android手机和ios上使用移动浏览器时有效。

这是我的网络视图:

    <WebView
        ignoreSslError={true}
        source={{uri: 'http://example.com/'}} 
        style={styles.container}
    />

谢谢!

0 个答案:

没有答案