Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Autocomplete for mobile web apps

Is there a library (like Wink Toolkit, Sencha Touch or jQuery Mobile) that offers autocomplete solutions for web apps out of the box?

I need to apologize because I forgot to add its all about a mobile web app.

like image 666
Bartosz Stankiewicz Avatar asked Jun 28 '11 13:06

Bartosz Stankiewicz


1 Answers

The question is excellent. I'm just currently dealing with the very same design problem. Current auto-complete solutions work very poorly on mobile devices (if at all).

Luckily there is jQuery Mobile for which you can get jQM Autocomplete as a plugin. See also accompanying design notes.

like image 192
jsalonen Avatar answered Sep 20 '22 09:09

jsalonen