React native: webview height

前端 未结 8 1137
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-01 18:26

Hi I know it\'s a known issue about the auto height of webview in react native, and I have tried all the possibles solutions I\'ve found on the internet such as :

ht

8条回答
  •  借酒劲吻你
    2020-12-01 18:53

    The WebView has default styles. If you want to set height, you also need to add flex: 0, as stated in the documentation:

    Please note that there are default styles (example: you need to add flex: 0 to the style if you want to use height property).

提交回复
热议问题