React Native WebView无法正常工作

时间:2018-04-20 15:46:51

标签: react-native webview

我手上有一块国际象棋棋盘。我希望能够覆盖这个嵌入式代码设备的宽度和高度。我可以像下面的图片一样工作。按钮很小。如果有人知道这个问题,如果他们有所帮助,我会很高兴。我看了,但我没有得到结果。方面。

Image 1 Image 2

 <View style={{ flex:1 }}>

        <WebView

                scrollEnabled={false}
                javaScriptEnabled={true}
                automaticallyAdjustContentInsets={false}
                style={ styles.WebViewContainer }          
                source={{uri: 'https://chessmicrobase.com/microbases/10/games/208?token=kpj3f9ez&embedded=1#hp-'}}
        />


    </View>

 WebViewContainer: {
   justifyContent: 'center',
   alignItems: 'center'

}

0 个答案:

没有答案