Is it possible for my JavaScript application to detect when the keyboard is opened using PGB?
I am working on a page with a text box positioned slightly below the vertical middle of the page. Once the user clicks on the textbox and focuses on it, the keyboard opens up and covers most of the textbox, leaving only the top 2 or 3 pixels visible.
If there was a way for me to determine when the keyboard is opened and which element currently has focus, I could potentially implement manual scrolling to adjust the position accordingly.