Autocomplete in Native app

0
Hi Guys, I want to use autocomplete in Native app . Is Autocomplete Support to native app as well as web app.If not then what should i use instead of autocomplete.
asked
1 answers
0

I assume you are referring to the autocomplete widget in the appstore? There is no such widget for a native app at the moment. Your options would either be making a similar widget yourself, or else it's pretty easy to model a search and / or filter functionality for giving you a list of matches.

answered