Android sdk 1.6 WVGA, webview within scrollview is not working
I have added the webview within scr开发者_JAVA技巧ollview in the layout. So data in webview is not fully displayed. Only in android sdk1.6 WVGA resolution, It is not working properly.
This bug is filed in android bug tracker also. For your reference, http://groups.google.com/group/android-developers/browse_thread/thread/d66d908993d51d65
Can anyone knows how to solve this very big high priority issue.
the webview scroll bars appears automatically so you don't need to nest into a ScrollView!
You should not put scrollable items (e.g., WebView) in a ScrollView. -- Mark Murphy (a Commons Guy)
精彩评论