jQuery document on click tap touchstart not working only (iphone5, iphone6) -


simple jquery on click event not working iphone6: $(document).on('click tap touchstart', 'div', function(e){}); not working, should do?

it seems reasonable ensure there's div on page, , has size large enough click or tap, , you've referenced jquery properly.

if do, make sure has content or specify size it, adding background visualize size of object if you're unsure of size of div.

if include code, or make jsfiddle reproduces problem can narrow down issue.


Comments

Popular posts from this blog

Django REST Framework perform_create: You cannot call `.save()` after accessing `serializer.data` -

Why does Go error when trying to marshal this JSON? -