Is there a way to check via JavaScript if an element is hidden by the keyboard on a mobile device like an iPad?
I have tried to check if an element is out of viewport with getBoundingClientRect(), but this didn't work in my case for mobile.
getBoundingClientRect()