[
https://issues.apache.org/jira/browse/CB-6639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tomasz updated CB-6639:
-----------------------
Attachment: (was: IMG_3676.jpg)
> Body tag 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_3674.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" />
> Switching between inputs sometimes close the keyboard but do not resize back
> the body tag:
> > $(window).height()
> < 480
> > $('body').height()
> < 220
> This situation is show on the screenshot: IMG_3674.jpg
--
This message was sent by Atlassian JIRA
(v6.2#6252)