I'm creating an html5/js app for iPad via phonegap. I'd like to implement a search input box such that the results of the search appear in a select list that pops out of the box (sort of like the popover in ios sdk). I want it to work similarly to the way the google search bar looks in the iPad safari browser.
I can't find anything that could make this happen. I was thinking about putting the select list behind the input box by using a CSS style position:absolute... But you can see it (and click on it) behind the search bar. It's got to be native ui.
Anybody have any ideas?