Tien Do created CB-5642:
---------------------------
Summary: Screen is pushed up for a while when keyboard appears
Key: CB-5642
URL: https://issues.apache.org/jira/browse/CB-5642
Project: Apache Cordova
Issue Type: Bug
Components: iOS
Affects Versions: 3.2.0
Reporter: Tien Do
Please see this issue first: https://issues.apache.org/jira/browse/CB-5641
If I add Keyboard plugin (code below) then work-around solution in the CB-5641
no longer works. Screen is quickly pushed up and back to its original position
when keyboard appears.
Keyboard.shrinkView(true);
Keyboard.hideFormAccessoryBar(true);
Keyboard.disableScrollingInShrinkView(true);
If I change to Keyboard.shrinkView(false); then aforementioned issue doesn't
happen, but view is scrollable when keyboard appears, and worst, there is a
40px height black area at the end of screen.
--
This message was sent by Atlassian JIRA
(v6.1.4#6159)