[TIMOB-13936] Support Ti.UI.Android.SearchView in ActionBar without TableView.search
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Low |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Android |
Labels | actionbar, android |
Reporter | Shannon Hicks |
Assignee | Unknown |
Created | 2013-05-21T15:17:13.000+0000 |
Updated | 2018-02-28T20:03:30.000+0000 |
Description
Right now, the only way to have a SearchView in the ActionBar is to also have it tied to the search on a TableView. I need to be able to do remote API searches via a SearchView in the ActionBar.
Perhaps now is the time to tweak TableView.search to fire a search event instead of only filtering? This would allow us to accomplish the same thing, right? Even better, that would allow for some great UI even if the data is remote.
This is indeed a major problem, however the solution is not to tweak TableView.search, but rather to simply allow SearchView to be used without TableView. Please don't complicate the solution. Thanks.
Guys, this issue is open for almost a year.... Please prioritize this, it's a major issue. Thanks.
Hitting this issue today. Massive setback with regards to creating a professional looking android app. We will be forced to either place a searchView outside of the action bar or implement our own actionBar. Please prioritise this.
@Brian Hoary: you can work around this: use a TableView and set its visibility to false.
@Mark M: Hi Mark. That work around seems to work fine for us. Thanks.