internet explorer - MSPointerDown event is not working in jquery -


i added function in mspointerdown event in jquery. not working @ ie of window tablet.

<div id="mytag" style="-ms-touch-action: none;"></div>  $('body').on('mspointerdown', '#mytag', function(){alert('hi');}); 

how can add function work in ie of window tablet.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -