I'm trying to get Google Places Autocomplete API working on WorkLight, but it looks like there is something wrong.
When using my computer's browser, once I start typing the name of a place, the Autocomplete suggestions works fine and I am able to pick one. But when running the app on a mobile device (either Android or iPhone), I am able to see the autocomplete results, but nothing happens when I tap them.
I found some js libraries that makes it easier to get GooglePlaces Autocomplete API working - I mean, except on mobile devices (WorkLight / Cordova App)
I Also found some people reporting that problem with cordova. Some were able to fix the problem by adding a "needclick" class to google's element, but that didn't work for me
Here is a JS Library for testing: http://ubilabs.github.io/geocomplete/
StackOverflow link with related issue:
can't tap on item in google autocomplete list on mobile
Does anyone have any idea for a possible solution?