我正在使用Facebook页面插件应用程序在移动设备中显示Facebook页面提要,它在android中工作正常,但在ios中工作不正常

时间:2019-02-07 02:09:24

标签: javascript android ios react-native webview

我正在使用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>'}}
      />

移动屏幕。

0 个答案:

没有答案