Im trying to reproduce the common issue with jquery click not working on ipad. And it works for me all the time. Heres the jsfiddle: http://jsfiddle.net/EbE2M/11/ As so ask to provide some code, here it is from the fiddle above:
$('.test').on('click', function(e){
//some stuff to test here
});
Am I missing anything or does it work for some ipads only and doesnt work for other? What version of safari and ipad I need to reproduce the issue?
UPDATE: To find examples of click not working on iPad, just google for "iPad click event not working". Here are two examples from so. Why I ask this if things are working for me? Because things may not work for my clients and "works on my machine" is not reliable. I would like to get something like versions of iPad or safari on which click doesnt work properly. With jsfiddle example preferably. So that I could get this iPad from friend/shop and check it. If its the one can reproduce this kind of issues I just buy it and use it for testing during development.