Find the item from list view using mobile native page.

0
i want to do native screen where i have an input text ,a button to search. After entering text and hitting on search. i want to see the highlights those item as result on the same screen as a list with auto Scroll . how can I achieve this in mobile native app
asked
1 answers
0

Hi Niklesh,

 

I hope you are using Nanaflow to get the data which you are showing in the ListView. Pass the Input Text value to the Nanaflow parameter and filter the data based on this text.

It will return the filtered list and it should update in the ListView as well. 

answered