I use jquery ui autocomplete to search with an input.
When I click on the input on an ipad, the keyboard show up correctly.
Then I type some word and I have some search result that appears. sometimes, I can't see all the results on ipad. So I need to hide the keyboard. But when I hide the keyboard, the autocomplete menu that show the result disappear.
it's because I loose the focus on the input.
How can I stay focused or pointed on the current input with an touch device like an ipad?
I found this but I don't know how to implement it : http://forum.jquery.com/topic/autocomplete-menu-disappears-on-ipad
Sorry for my English, I'm French.