How to increase webview height dynamically in android
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.
精彩评论