-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
extra space at bottom #3
Comments
我是个来自中国程序员。我也碰到了这个情况,在ListVIew中,当数据不多,高度渲染正常,但是数据很多时,ListView里面的Item就会渲染不正常,WebView的高度会等于屏幕的高度 I am a Chinese code'r. I have encountered this situation, in ListVIew, when the data is not much, the high rendering normal, but the data is very large, ListView inside the Item will render is not normal, WebView height will be equal to the height of the screen。 source={{html: xxx}} |
@dktan Did you solve it? |
@wh-Coder 我换了react-native-autoheight-webview |
@dktan could you send a PR? |
it still happens! |
I also don't know why this happens. But it is not a problem of WebView Package. It has to do with your CSS. Setting
|
Just set the scalesPageToFit={false}, will work like a charm. |
Used in ListView, first couple was ok, when list get longer, some views get extra white space at bottom.
The text was updated successfully, but these errors were encountered: