PhoneGap Page scroll up after Keyboard appearance in iOS devices that makes the PhoneGap page corrupted

后端 未结 6 1392
刺人心
刺人心 2020-12-17 02:10

I am trying to develop a chatting application using PhoneGap for iOS devices. The application has a header that shows the logged user, a footer where user can write his text

6条回答
  •  爱一瞬间的悲伤
    2020-12-17 02:43

    In order to fix this Issue temporarily (because it shows breaks while keyboard is showing), you can set "KeyboardShrinksView" to "true" in your configuration file (config.xml) or add it:

    
      ...
      
    
      ...
    

提交回复
热议问题