It seems that using Fastclick.js causes the issues the the Place Autocomplete Service from google maps. http://stackoverflow.com/questions/17160220/google-places-autocomplete-with-jquery-mobile-not-working-on-mobile-touch-device
A fix is to add the 'needsclick' class to the dom nodes that is inserted from the autocomplete feature, however, I am unable to get access to the inserted nodes from the autocomplete service. I've tried writing a directive and get errors saying the node is undefined. I am trying to do this without Jquery so found this hack: http://stackoverflow.com/questions/6997826/alternative-to-domnodeinserted The hack works as I am able to modify any other dom element. I just can't modify .pac-container and its child elements. -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
