phaser-input icon indicating copy to clipboard operation
phaser-input copied to clipboard

soft-keyboard autocomplete not work

Open hamednourhani opened this issue 7 years ago • 4 comments

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

hamednourhani avatar Feb 27 '17 04:02 hamednourhani

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.

AleBles avatar Mar 16 '17 07:03 AleBles

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.

jcox-dev avatar May 31 '17 10:05 jcox-dev

Also have the same issue here, any fix?

rozx avatar May 09 '18 19:05 rozx

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

augustoapg avatar Jun 07 '18 16:06 augustoapg