Langerz82 Posted May 19, 2017 Share Posted May 19, 2017 The Phaser Input is locking up when using a tab. To test go to: http://vps128058.vps.ovh.ca:8081/ And emulate a 1280x720 touch screen in chrome. For some reason it locks up I thought it could be server synch issues but adding lag compensation doesnt seem to fix the problem. Link to comment Share on other sites More sharing options...
Langerz82 Posted May 19, 2017 Author Share Posted May 19, 2017 Sorry the Server link crashed I have re-booted it and it should work again. Link to comment Share on other sites More sharing options...
Langerz82 Posted May 22, 2017 Author Share Posted May 22, 2017 Found out the issue: The marker was not updating because it is not visible with a lifted finger. Moving the marker positioning outside of the visibility conditional fixed this, and I submitted the bug the the original Phaserquest repo. Game.updateMarker(Game.markerPosition.x, Game.markerPosition.y, collide); Game.previousMarkerPosition.set(Game.markerPosition.x, Game.markerPosition.y); Link to comment Share on other sites More sharing options...
Recommended Posts