我正在使用Webview在应用程序中显示Facebook页面。它仅显示角落的小屏幕。我无法在其上设置宽度和高度
<WebView
originWhitelist={['*']}
source={{html: '<iframe src="https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fsitrccomp%2F&tabs=timeline&width=340&height=500&small_header=false&adapt_container_width=true&hide_cover=false&show_facepile=true&appId=1279706002103925" width="340" height="500" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowTransparency="true" allow="encrypted-media"></iframe>'}}
/>
移动屏幕。