My website input field on android keyboard that appears and disappears instantly

I am building a small site and faced a small problem. I am using MixItUp to filter and sort blocks. I also use the search box to search through the titles of each block and display the relevant ones. Everything works fine on all devices and browsers except Android.

On Android, when I enter the search box, my keyboard slides up and then bounces again, preventing me from typing. I tried to solve this problem and the only relevant thing I could find was this post , but I'm not sure how to proceed because I have no idea what event listeners the android will break.

I'm not a very experienced developer (self taught and still a learner) so I'm not sure how I would fix it. My plan right now is to just delete the code snippets until the keyboard starts working and then from there once I figure out what's causing it.

Website teste3.khalidsleiman.com

+3


source to share


1 answer


I figured this is a jQuery snippet that I used to move the input field to a different location on my page depending on the size of the window. Now I only have this snippet running on document load instead of window load and resize. The keyboard is now displayed.



+5


source







All Articles