Hi Dave
Please see my screengrab at http://www.flickr.com/photos/30459677@N06/4495849090/
Yes, it works on the iPhone in wpTouch but the z-index needs to be set in CSS so it appears above the rest of the wpTouch theme.
I added it to the top of the CSS file I am using
/** Dave's WordPress Live Search CSS **/
ul.search_results
{
display: block;
background-color:#fff;
width:250px;
max-height: 500px;
position:absolute;
z-index: 1000; <-- added this !
top:20px;
left:0px;
overflow:auto;
It worked a treat.
:)
Ewen
http://wordpress.org/extend/plugins/daves-wordpress-live-search/