Using jQuery 2.1.0 and jQuery.ui 1.11.0 Tested in iOS 7. iPhone and iPad Mini. Works on android and regular browsers.
We recently upgraded from
I´m working with jQuery UI with and cordova, and I have the same problem in the app, my solution for that problem is this:
$('.ui-autocomplete').mouseenter( function( e ){ e.preventDefault(); e.stopPropagation(); });
This stop the focus on the selected item.