azerion / phaser-input

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

soft-keyboard autocomplete not work #37

Open hamednourhani opened 7 years ago

hamednourhani commented 7 years ago

for soft-keyboard in mobile autocomplete (suggested keyword) not appear in inputFeild till a keyup triggers

AleBles commented 7 years ago

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.

jcox-dev commented 7 years ago

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.

rozx commented 6 years ago

Also have the same issue here, any fix?

augustoapg commented 6 years ago

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...