wpalahnuk / ngAutocomplete

Simple AngulasJS directive for adding google places autocomplete to a textbox element
425 stars 169 forks source link

Select not working on iOS devices. #91

Open droidthings opened 7 years ago

droidthings commented 7 years ago

Hi I am trying to implement the country selection directive in ionic project, but not able to select the values from the dropdown on iOS devices. This is working fine on android devices, but on iOS devices the dropdown values become un selectable, not able to render the selected value into the input field. Any help would be really appreciated.

FraserThompson commented 7 years ago

Are you also using fastclick.js by any chance? For me this was caused by a known issue with fastclick on iOS which is logged here: https://github.com/ftlabs/fastclick/pull/347

This fix https://github.com/ftlabs/fastclick/pull/347#issuecomment-187906439 in that thread fixed it for me.

droidthings commented 7 years ago

No i am not using any Fastclick.js . what does click functionality got to do with .pac-container , Do i need to modify that css file for click to work ?

chill-patel commented 6 years ago

@FraserThompson Thnx you save my day.