[TIMOB-317] TextArea doesn't support autocorrect or Capitalize
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Medium |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2011-04-17T01:52:42.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | Android |
| Labels | android, createtextarea, patch |
| Reporter | Dav Glass |
| Assignee | Don Thorp |
| Created | 2011-04-15T02:27:10.000+0000 |
| Updated | 2011-04-17T01:52:42.000+0000 |
Description
The native textarea in Android doesn't support autocorrect or Capitalize. Seems the code for TitaniumText and TitaniumTextField differ greatly.
Once you get approval for my patches, they are here:
http://github.com/davglass/titanium_mobile/tree/dg-titext">http://github.com/davglass/titanium_mobile/tree/dg-titext
Here is my simple test app:
http://github.com/davglass/titanium_textarea">http://github.com/davglass/titanium_textarea
was included