iphone - PhoneGap Page scroll up after Keyboard appearance in iOS devices that makes the PhoneGap page corrupted -
i trying develop chatting application using phonegap ios devices. application has header shows logged user, footer user can write text message, , list view placed in body display messages.
i updated latest version of jquerymobile (1.3.0) issue still appearing within application. have attached snapshot shows how layout becomes corrupted. (http://i.stack.imgur.com/rslft.png)
i tried several solutions making page not scrollable (set uiwebviewbounce false) , not scalable (user-scalable=no) , other user interface changes, issue not solved.
does have thought how prepare this? (like refresh after soft keyboard appearance)
in order prepare issue temporarily (because shows breaks while keyboard showing), can set "keyboardshrinksview" "true" in configuration file (config.xml) or add together it:
<widget> ... <preference name="keyboardshrinksview" value="true" /> <plugins>...
iphone ios cordova layout iphone-softkeyboard
No comments:
Post a Comment