cordova - Phonegap wp8.1 app pushes body out of CordovaView -


i developing app using phonegap 3.x + sencha touch 2.3.1

when softkeyboard shown (tap foucus input/textarea), body moves up. when hide softkeyboard, body didn't restore normal.

enter image description here

enter image description here

enter image description here

any of appreciated!

this issue occurs if hide status bar (shell:systemtray.isvisible="false"), have workaround issue, modify file \platforms\wp8\mainpage.xaml ,

change :

<my:cordovaview horizontalalignment="stretch"                 margin="0,0,0,0"                  x:name="cordovaview"                 verticalalignment="stretch" /> 

to:

<my:cordovaview horizontalalignment="stretch"                 margin="1,0,0,0"                  x:name="cordovaview"                 verticalalignment="stretch" /> 

Comments

Popular posts from this blog

database - VFP Grid + SQL server 2008 - grid not showing correctly -

jquery - Set jPicker field to empty value -

.htaccess - htaccess convert request to clean url and add slash at the end of the url -