[AC-3210] view: hide keyboard for all sub textareas
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | n/a |
Status | Closed |
Resolution | Needs more info |
Resolution Date | 2013-01-25T18:19:30.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Titanium SDK & CLI |
Labels | android, ios, keyboard |
Reporter | Martin Guillon |
Assignee | Mauro Parra-Miranda |
Created | 2012-10-06T15:27:08.000+0000 |
Updated | 2016-03-08T07:57:37.000+0000 |
Description
It would be great to be able to hide the keyboard (soft on android) for a view and all its subviews.
That way you dont have to know the focused view.
You could for example do it for a window
It might be because it's late in the day, but I'm not sure I understand exactly what you mean. Could you perhaps add more information and explain this better? Perhaps some pseudo example code? Thanks.
I've set this to resolved so that the issue can now be edited to provide more info. Thanks, Daniel
Can't reproduce this: if you keep an array with a reference to the textviews in the windows, you can blur them out programatically.