taphold event is not working

taphold event is not working

BY 22 Oct 2013 Web Application Development

Hi,

taphold event is not working in my web app. Its working in simulator but not in device.

$( "div.box" ).bind( "taphold", tapholdHandler );
 
  function tapholdHandler( event ){
    $( event.target ).addClass( "taphold" );
  }

Thanks in Advance.

 

Written by