[TIMOB-1473] Android: Expose Window Soft Input Mode
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-04-17T01:56:16.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 1.5.0 M01 |
Components | Android |
Labels | android, feature |
Reporter | Don Thorp |
Assignee | Don Thorp |
Created | 2011-04-15T02:53:47.000+0000 |
Updated | 2011-04-17T01:56:16.000+0000 |
Description
Since we have a generic activity, it's beneficial to expose
windowSoftInputMode
as a property on Window. It may
only be used with "heavyweight" windows (TiActivity). Constants
need to be defined for the different values.
(from [e8977cc983de4a1c92b199449541c4f316163d37]) [#1473 state:fixed-in-qa] Added documentation and an example in KitchenSink code has been working for awhile. https://github.com/appcelerator/titanium_mobile/commit/e8977cc983de4a1c92b199449541c4f316163d37"> https://github.com/appcelerator/titanium_mobile/commit/e8977cc983de...
regression tested android 1.6 using KS
regression tested android 2.1 using KS