-
Notifications
You must be signed in to change notification settings - Fork 17
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
Keyboard not working in Android #77
Comments
Does the issue appear on any other mobile browsers? Which versions of Android and which web browsers? And how are you focusing the textbox, manually or programmatically? |
We have created hybrid app using Cordova and tested in 4.4.4 and 5.1.1. We are focusing textbox manually. Surprisingly the behavior differs in different OEM's. For example, the issue is consistent in Samsung, Lenovo devices, whereas it works fine in Redmi devices. |
Different OEMs = slightly different browsers, so it makes sense that this would only pop up on a subset of machines. I don't have those devices so I can't test it out myself, but if you can reproduce in any browser on iOS, or a desktop browser, I'm happy to dive in. What's weird to me is that this is happening when you manually (i.e. using your finger) touch the element to focus it. Nothing should be able to interfere with that, unless you have some custom logic running on touch events. |
We have tested the app in iOS and it works fine. We have tried to find the issue and here is our observation: |
Interesting. |
Yes, the resize event gets triggerred from Tether.js. Tether tries to handle resize with a fix which triggers focus out. |
Ok, so it's probably a problem with Tether.js then. Can you checkout Either way, you'll probably need to submit a fix to Tether.js. Alternatively, you can use the underlying |
Did you mean to try v2.0.2? Because v2.0.1 is not available. |
Not sure why it wasn't published, but no I meant v2.0.1. You can check it out directly at this commit: |
We are using liquid-tether version 2.0.3 and we are facing issue with keyboard in Android. We have text boxes inside liquid-tether container and when we focus on the text box, keyboard comes up and immediately goes away. The issue was not there with 1.1.0 version.
The text was updated successfully, but these errors were encountered: