KeyboardAvoidingView not Working Properly

前端 未结 14 2394
悲&欢浪女
悲&欢浪女 2020-12-02 08:51

KeyboardAvoidingView not Working Properly

I am trying to use the KeyboardAvoidingView with behavior="padding".

For some reason, when I

14条回答
  •  悲哀的现实
    2020-12-02 09:37

    The KeyboardAvoidingView must be a ScrollView child, not the other way around. This way it behaves normal(normal for what purpose I am using it). Try it and let me know how it went.

    
        
    
        
    
    

提交回复
热议问题