Can not get ScrollView to scroll when soft keyboard is shown

后端 未结 2 520
隐瞒了意图╮
隐瞒了意图╮ 2020-12-16 01:13

I have been trying to get this scrollview to scroll, and have not had any luck in doing so. I have tried many types of fixes but cant seem to get one working. I would like t

2条回答
  •  自闭症患者
    2020-12-16 01:31

    Hi I encountered this problem as well. The issue I had was I added adjustResize as shown below in my Manifest

    and it still wouldn't scroll. But in my xml file in the beginning of my ScrollView

    
    

    I deleted android:scrollbars="none" and that solved my problem. Just for anyone whose adjustment on the manifest did not work.

提交回复
热议问题