Android ScrollView automatically scrolls to the bottom of the view

前端 未结 6 1589
半阙折子戏
半阙折子戏 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:05

    Actually i found a simple answer for this just add "setfocusable(false)" in the associated java file.....in this case the "webview" coz its scroll there first....so add "webview.setfocusable(false)" in the associated webview java class.

提交回复
热议问题