Google Maps Autocomplete field not working inside WebView
1002984Apr 14 2013 — edited Apr 15 2013I am using a WebView to display Google Maps and the web page includes a "text" element which is a google.maps.places.Autocomplete control.
The maps themselves work perfectly but the Autocomplete field does not do the actual auto-completing. That is, as I type into it, it does not show a drop-down list of all matching locations although it does return the correct coordinates of any place I type in completely.
The same web page and the Autocomplete control work perfectly when I load them into a standard web browser.
Has anyone experienced this? How do I go about debugging this issue? Any suggested solutions?