Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Cannot Reproduce
-
2.3.0
-
None
-
Bug occurs on ipad2 running ios 6.1
Our Phonegap app is compiling against version 2.3 built with hydration using build.phonegap.com
Developing on windows platform
Description
Starting in 1) portrait orientation then tilting device to 2) landscape and back to 3) portrait breaks the keyboard.
a. After these actions the keyboard will no longer show when a text input is b. selected. However during steps 1 and 2 the keyboard will display fine.
Interestingly if we select an input (so the keyboard is visible) before we cycle through 1,2,3 then the keyboard gets 'stuck' open and will not close
Exiting the app, closing and re-opening is the only way to fix it in both cases a. and b.
Things tried so far to no affect:
- build against versions 2.0, 2.1, 1.9
- toggle 'keyboarddisplayrequiresuseraction' property in the config.xml
- exclusion of any code within the app related to resizing the page / input event handling
- tested on nexus 7 android 4.2 (works fine)