I have created one activity which is containing one map, image and another text view, and I have added \"scrollview\" tag for it. But after the activity starts it scrolls to the
Actually, we will face the scrolling problem if child inside ScrollView
supports scrolling too like ListView
and in your case WebView
.
I found a similar question with some workaround. It supports vertical scrolling but horizontal scrolling is not supported if HTML
page exceeds the WebView
width.
See this for reference.