Skip to content Skip to sidebar Skip to footer

Webview Not Shown Inside Tabhost On Honeycomb When Open Tab First Time

Have the following view in my app:

Solution 1:

While I still thinking that this is Honeycomb bug (but found something similar here http://code.google.com/p/android/issues/detail?id=15399 for 2.2), I found the workaround:

Use android:layout_height="wrap_content" for webview instead of fill_parent still give me what I want and shown immediately.


Post a Comment for "Webview Not Shown Inside Tabhost On Honeycomb When Open Tab First Time"