Remove size height feedback from view system to webkit if the view height is...
Remove size height feedback from view system to webkit if the view height is set by height of content Remove size height feedback from view system to webkit if the view height is set by height of content in order to fix a bug which causes the WebView to grow endlessly. To reproduce try the following in a WebView with layout_height="wrap_content" in a ScrollView: <html> <head></head> <body> <table height="100%"><tr><td>a</td></tr></table><img src="" width="1" height="1" border="0" /> </body> </html>
Loading
Please register or sign in to comment