I am trying to create a chat application using PhoneGap for iOS devices. The application has a header that shows the registered user, a footer in which the user can write his text message, and a list view placed in the body that will display the message.
I updated to the latest version of JQueryMobile (1.3.0), but the problem still appears inside the application. I have attached a snapshot showing how the layout becomes damaged. ( http://i.stack.imgur.com/RsLfT.png )
I tried several solutions, for example, to scroll the page (set UIWebViewBounce to false) and not to scale (user-scalable = no) and other changes to the user interface, but the problem has not been solved.
Does anyone have an idea how to fix this? (e.g. update after soft keyboard appears)
source
share