You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Tomasz (JIRA)" <ji...@apache.org> on 2014/05/06 09:49:14 UTC

[jira] [Created] (CB-6639) Body stays shinked after keyboard hide

Tomasz created CB-6639:
--------------------------

             Summary: Body stays shinked after keyboard hide
                 Key: CB-6639
                 URL: https://issues.apache.org/jira/browse/CB-6639
             Project: Apache Cordova
          Issue Type: Bug
          Components: iOS, Plugin Keyboard
    Affects Versions: 2.9.0
         Environment: XCode 5, iOS 7, Phonegap 2.9
            Reporter: Tomasz


I have the phonegap app (2.9) with config.xml options:
KeyboardShrinksView = false
HideKeyboardFormAccessoryBar = false

and meta viewport set in the index file: 
  <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, maximum-scale=1.0, target-densityDpi=device-dpi" />

There are two issues the keyboard: 
1) Selecting input often results with the cursor appearing in the random position outside the input, below it
2) Switching between inputs sometimes close the keyboard but do not resize back the body tag: 
> $(window).height() 
< 480
> $('body').height()
< 220






--
This message was sent by Atlassian JIRA
(v6.2#6252)