mmakrzem Posted February 16, 2022 Share Posted February 16, 2022 I have uploaded my game here: https://www.createstones.com/games/mathie/index.html In the Edge browser everything seems to work as expected. However in Google Chrome when I press number keys on the keyboard the this.input.keyboard.on( 'keyup', event => console.log( event ) ); never seems to fire. Why? Link to comment Share on other sites More sharing options...
mmakrzem Posted February 16, 2022 Author Share Posted February 16, 2022 found the problem by removing the buggy evernote web clipper chrome plugin as suggested here: https://www.html5gamedevs.com/topic/36693-problems-with-keyboard-events/ Link to comment Share on other sites More sharing options...
Recommended Posts