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

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

php - facebook and github login HWIOAuthBundle and FOSUserBundle in Symfony2.1 -

hadoop - Sqoop installation export and import from postgresql -