wpalahnuk / ngAutocomplete

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

Problem with iPhone #85

Open SurviveDrive opened 8 years ago

SurviveDrive commented 8 years ago

Hi

For some reason when I click on the address on the iphone it just dissapears instead of putting into the input box like android

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.