Android ScrollView automatically scrolls to the bottom of the view

前端 未结 6 1591
半阙折子戏
半阙折子戏 2021-02-06 23:27

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

6条回答
  •  醉话见心
    2021-02-07 00:21

    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.

提交回复
热议问题