ngAutocomplete icon indicating copy to clipboard operation
ngAutocomplete copied to clipboard

Select not working on iOS devices.

Open droidthings opened this issue 8 years ago • 3 comments

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.

droidthings avatar May 16 '17 12:05 droidthings

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.

FraserThompson avatar May 22 '17 09:05 FraserThompson

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 ?

droidthings avatar May 23 '17 14:05 droidthings

@FraserThompson Thnx you save my day.

chill-patel avatar Nov 22 '17 13:11 chill-patel