Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-13936] Support Ti.UI.Android.SearchView in ActionBar without TableView.search

GitHub Issuen/a
TypeNew Feature
PriorityLow
StatusOpen
ResolutionUnresolved
Affected Version/sn/a
Fix Version/sn/a
ComponentsAndroid
Labelsactionbar, android
ReporterShannon Hicks
AssigneeUnknown
Created2013-05-21T15:17:13.000+0000
Updated2018-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.

Comments

  1. Mark Mokryn 2014-04-08

    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.
  2. Mark Mokryn 2014-04-08

    Guys, this issue is open for almost a year.... Please prioritize this, it's a major issue. Thanks.
  3. Mark Mokryn 2014-04-09

  4. Mark Mokryn 2014-04-10

  5. Brian Hoary 2014-06-11

    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.
  6. Mark Mokryn 2014-06-11

    @Brian Hoary: you can work around this: use a TableView and set its visibility to false.
  7. Brian Hoary 2014-06-17

    @Mark M: Hi Mark. That work around seems to work fine for us. Thanks.

JSON Source