Ok, I am fairly new to web development for mobile/tablet platforms. I am pretty confident though in developing for a browser environment.
My problem is that I don't own any tablet (I am poor so have to fly blind) so it's hard for me to do testing. I'm also quite anxious about the click events not working properly.
How can I ensure that click and mousedown jquery events work on tablets/smartphones correctly?
Is there any consensus on best practice for click events and tablets/smartphones?
Note: I am not developing a mobile only site - the site transforms shape for mobile.
$(element).on('touchstart click', function(){...});
. – Bosttouchstart
. – Flemming