Hi! I have strange touch events situation using my IE11 mobile (nokia lumia 625, Windows Phone 8.1). When i touch the screen i get'touchstart' event (this is normal), but after while i get 'touchend' event (my finger is still touching screen). The situation does not occur when after touching the screen, I slide my finger across it (i get touchmove event end everything is fine).
Maybe there is some inactivity handler or something? I tried to add 'context' event handler (to prevent defualt action) and 'touch-action' of canvas element was set to none.