I'm programming a Webapp using jQuery and have on the loginview a function that works like that
$("#login").click(function(e) {
//do stuff
});
On my desktop it's working, but when I test it on some friends Android phone, the button doesn't fires at all. What could be the issue? Any pointers? Already tried a few solutions from semilar threads here on stackoverflow:
jQuery click event not working in mobile browsers
but no success at all.