phaser-input
phaser-input copied to clipboard
soft-keyboard autocomplete not work
for soft-keyboard in mobile autocomplete (suggested keyword) not appear in inputFeild till a keyup triggers
I'm not sure if this is anything we can fix? AFAIk it has to do with how mobiles handle the input field. Also on which OS do you have this, not every mobile handles stuff equally :P.
Also experiencing this on iOS devices.
Can tap away on suggested word bar but nothing is added to the field until another (e.g.: Space) key is pressed.
Also have the same issue here, any fix?
I was having the same problem and just got it working
Don't ask me how I found out, and honestly I have no idea why it is working for me now, but all I did was add the following to my css file:
input { padding: 1px; }
If I add this it works, and if I remove it, it stops working... just like that...