bali33 Posted July 6, 2015 Share Posted July 6, 2015 Hi guys, On my current game after an item is clicked I add mouseup/mousemove javascript events - It works perfectly on all browser except IE 10 and IE edge. Events are added like this :dom('body').on('mousemove',updateCurrentMousePosition);dom('body').on('mouseup',onStopMoveItem);I tried to deactivate the preventDefault property but it changed nothing :game.input.touch.preventDefault = false;Any idea how I can fix that ? Thank you Link to comment Share on other sites More sharing options...
Recommended Posts