[TIMOB-8694] Android: Feature to add a property to detect if keyboard is being displayed or not
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Medium |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2013-02-21T16:38:57.000+0000 |
Affected Version/s | Release 2.0.0 |
Fix Version/s | n/a |
Components | Android |
Labels | SupportTeam, api, exalture, parity |
Reporter | Varun Joshi |
Assignee | Sunila |
Created | 2012-04-11T16:55:27.000+0000 |
Updated | 2017-03-24T18:13:08.000+0000 |
Description
It has been requested to add a new feature to check if soft keyboard on the device is displayed or not. iOS currently has this feature implemented as the
Ti.APP.keyboardVisible
property.
Some initial investigation from Alan indicated that this may require some fancy work to detect window sizing changes, and therefore may be impractical. Feel free to invalidate this ticket if that is the case.
This bug occurs on Motorola Xoom 4.0.3 Titanium Studio, build: 2.1.0.201206172244 Titanium SDK: 2.1.0.v20120618154152
It looks like there is no clean way to do this. See the thread https://groups.google.com/forum/?fromgroups#!topic/android-developers/nRaBoB8F54I Even the solution to watch for size change doesn't work in full screen mode.
Closing ticket as invalid with reference to the above comments.