-
Notifications
You must be signed in to change notification settings - Fork 404
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
BUG: input field inside slide doesnt work on android #162
Comments
Have the same issue here. The reason is actually the Here is a quick fix you can try @Overpowered : extends a new class from Siema, and overwrite the |
Incase anyone hits this issue. I have addressed this in my code by extending from siema and overriding the resizeHandler(); I have added the following to my code:
What i am doing is storing the current window innerwidth with:
And then using that value as a reference in the original resize handler to check if the window width has changed. i.e > 0px difference. And if the viewport size does change then update the stored reference.
Hopefully this helps. |
Thanks for the fix! This is also a bug on Firefox mobile. Strangely, iOS Safari works fine. |
Hi, thx for your great script! I chose your one, because its very lightweight (not full of unnecessary stuff) and good to handle ... BUT ;) there is an annoying bug.
Input fields (inside a slide) will not work on android (I use android 8). If I click inside the input field, the keyboard will slide in and in the same step also slide out. So the keyboard will not stay (input isnt possible).
Here is my example fiddle:
https://jsfiddle.net/cjobq2o5/
Hope you can fix it?
The text was updated successfully, but these errors were encountered: