I have developed a web application in asp.net 3.5. It is consuming lot of javascript/JQuery events and working properly in normal browser in pc, but my client is saying that
You can use a combination and try touchstart instead of tap
('myelement').bind('touchstart click', function(event){ myClickFunction(); });