开发者

How to increase webview height dynamically in android

开发者 https://www.devze.com 2023-02-11 11:41 出处:网络
Can anybody tell me how to increase the webview height dyn开发者_StackOverflow社区amically in android? My webview content will come some time less and sometimes I have to show webview full layout.

Can anybody tell me how to increase the webview height dyn开发者_StackOverflow社区amically in android? My webview content will come some time less and sometimes I have to show webview full layout.

Thanks


use this code

android:layout_height="wrap_content"

then you find web view height automatically increase.

0

精彩评论

暂无评论...
验证码 换一张
取 消