javascript - How can i fire jQuery .click() or .tap() event on mobile devices explicitly -
i firing click event on div click() function of jquery. working in desktop browser, in mobile devices not working.
i found click event doesn't supported mobile browsers, tried tap event trigger("tap"), not working.
i need tap or click event in mobile devices jquery/javascript, how can ?
click events should work on mobile. need add
cursor: pointer
to clickable elements.
Comments
Post a Comment