[TIMOB-1873] Android: SoftInputChange Fails on API 8 and Droid2
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Medium |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2011-04-17T01:57:24.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | Release 1.5.0 |
| Components | Android |
| Labels | android, defect, rplist |
| Reporter | Don Thorp |
| Assignee | Don Thorp |
| Created | 2011-04-15T03:04:26.000+0000 |
| Updated | 2011-04-17T01:57:25.000+0000 |
Description
It looks like API 8 and Droid 2 require
InputMethodManager.SHOW_FORCED to make the keyboard
appear.
(from [4841f1775d3c47876e58b77f1391c13af0c3cb5b]) [#1873 state:fixed-in-qa] added special cases for >= API 8 and startsWith("droid") instead of equals. http://github.com/appcelerator/titanium_mobile/commit/4841f1775d3c47876e58b77f1391c13af0c3cb5b"> http://github.com/appcelerator/titanium_mobile/commit/4841f1775d3c4...
closing with thanks to Kevin for checking