I'm creating an Android app with Cordova. I'm currently using iScroll for smooth scrolling and have set the following iScroll options click = true and tap = true.
All the clicks/taps work fine with the exception of all click events on the map, map markers.
If I remove the iScroll options then only the map click events work and not all the others in the app.
How can I solve this and what is going on?