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

C# random value from dictionary and tuple -

cgi - How do I interpret URLs without extension as files rather than missing directories in nginx? -

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