Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
3.2.0
-
None
Description
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.
Attachments
Issue Links
- is related to
-
CB-5641 Displaying keyboard pushes view up
- Open