[
https://issues.apache.org/jira/browse/CB-6639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tomasz updated CB-6639:
-----------------------
Description:
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 (Screenshot: IMG_3676.jpg)
2) Switching between inputs sometimes close the keyboard but do not resize back
the body tag:
> $(window).height()
< 480
> $('body').height()
< 220
was:
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
> 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_3674.jpg, 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 (Screenshot: IMG_3676.jpg)
> 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)