I have a jquerymobile site and when i use my Xperia phone with Android I get a weird double tap effect.
This only happens on the Android phone (haven't tried any other android phones). When i try to type in something into the search input box it will automatically duplicate the first character i type.
I click on the input box to type and as soon as i type the second character it will duplicate for first.
For example. If I were start typing "Toronto". I would get 'tto' as soon as i type 'to'.
I would like to autocomplete the formatted_address but when user selects an item I want the Lat and Lng as the values that are selected and not the formatted_address. Based on their selection i will use the latlng coordinates to make a call to another google api.
Any help would be greatly appreciated.
Not sure why there is a character length limit when i try to post some of the code.
------ This doens't work properly on the iPhone. The content is returned and works fine in chrome, firefox, safari, android, but not iphone.
If i refresh and can get the first page to load up. Sometimes the content for the second page may pull up but thats it. The rest of the pages just show the content for the first page.
The iphone doens't seem to refresh the content on every click.