-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Description
Please, provide the details below:
Did you verify this is a real problem by searching [Stack Overflow]
I did, but haven't found anything related.
Tell us about the problem
On Android search for the same word fires only the first time.
Which platform(s) does your issue occur on?
Android, not sure about iOS
Please provide the following version numbers that your issue occurs with:
- CLI: 3.3.0
- Cross-platform modules: 3.3.0
- Runtime(s): 3.3.0
Please tell us how to recreate the issue in as much detail as possible.
Please download and run the next repo on Android 7.1.0
https://github.com/terreb/tns-android-search
- type in "apple"
- do search, the list should be filtered by items containing "apple"
- clear search, you should see the full list
- type in "apple" again and do search
- at this step I still see the full list, so search has not been fired
Expected result: second search should filter items by "apple" like the first time.
Is there code involved? If so, please share the minimal amount of code needed to recreate the problem.
Please see above