Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

soft-keyboard autocomplete not work #37

Open
hamednourhani opened this issue Feb 27, 2017 · 4 comments
Open

soft-keyboard autocomplete not work #37

hamednourhani opened this issue Feb 27, 2017 · 4 comments

Comments

@hamednourhani
Copy link

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

@AleBles
Copy link
Member

AleBles commented Mar 16, 2017

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
Copy link

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
Copy link

rozx commented May 9, 2018

Also have the same issue here, any fix?

@augustoapg
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants