Javascript – touchstart event missing information on server
I am trying to implement drag and drop functionality using javscript and following code is working fine in my local but, it is not working in the server. Debug information is given below: $(document).on("mousedown touchstart", "#canvas", function (evt) { //ClearCanvas();…