azerion / phaser-input

Adds input boxes to Phaser like CanvasInput, but also works for WebGL and Mobile, made for Phaser only.
MIT License
201 stars 64 forks source link

Fixes an issue with the KeyboardOpen value #20

Closed SamHession closed 7 years ago

SamHession commented 7 years ago

When multiple input fields are in a scene, keyboardOpen can be set to false even if the keyboard is displaying. This is fixed by checking if the input field is focused.

AleBles commented 7 years ago

Thanks!