On touch devices such as iPad (or mobile emulaton mode in chrome). When tracking touchmove
event on body and removing an element (on which touchstart started) from dom touchmove
events from body stops triggering.
I made an example: http://jsbin.com/yinodosuxo/1/edit?js,console,output
Is there any way for the touchmove
continue working even after the child element is removed?