I have an app with a layout that includes a WebView component. When I use targetSDKVersion 11 (on the manifest), it works ok. But initially I had the targetSDKVersion=15. This caused the WebView to be drawn twice when testing on a Xoom tablet with Android ICS.
The duplicate WebView appears on the bottom of the screen and disappears when I touch the screen anywhere. The WebView comes back every time the Original WebView is updated with loadData() method. Lowering the target version seems to be a good work-around. Could this be due to bad code on the xml layout file ? Is this a bug ? I have a Jelly Bean tablet to test, but it is not within reach at the moment. I'll update this post with the findings. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

