phaserjs / phaser-ce

Phaser CE is a fun, free and fast 2D game framework for making HTML5 games for desktop and mobile web browsers, supporting Canvas and WebGL rendering.
http://phaser.io
MIT License
1.34k stars 491 forks source link

sprite dragging don't work on Windows 10 IE11 #542

Closed Apelmon closed 4 years ago

Apelmon commented 6 years ago

Hello.

I used phaser 2.6.2 in my project and made draggable button from sprite. Everything worked fine.

Then I updated phaser to version 2.10.5 (to fix issue with Chrome 66). After that update I got a new issue when the sprite can’t drag on Windows 10 IE 11;

I found that I can drag sprite on Windows 10 IE 11 with phaser 2.8.5. The dragging doesn’t work with version newer than 2.8.5 on Windows 10 IE 11.

I tried to add this.game.input.mspointer.stop(); to the Boot.init();, but it didn't change anything.

Another issue that came after update to 2.10.5 - [#543].

Here is the example where you can check both problems: http://games.apelmongames.com/drag_test/

Thanks.

samme commented 6 years ago

Can you check https://samme.github.io/phaser-examples-mirror/input/drag.html in your IE 11?

Apelmon commented 6 years ago

It works well on Windows 10 IE11.

samme commented 6 years ago

I'm not sure of the problem, then. 🙁

Try adding debug.spriteInputInfo for the dragged sprite in your game.

samme commented 6 years ago

507947f2ee162b5dd3253010fdce23889ce1cbb0