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:54:19 UTC

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

     [ https://issues.apache.org/jira/browse/CB-6639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tomasz updated CB-6639:
-----------------------

    Attachment: IMG_3676.jpg

On this screenshot you can see the cursor that is placed outside the input.

> 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
>         Attachments: IMG_3676.jpg
>
>
> 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)