I am working with a webview that contains a React app, not React Native. The webview features a login page with two input fields and a fixed footer.
However, when one of the input fields is focused, the footer moves up and covers part of the input field, making it inaccessible.
Is there a way to ensure that the footer stays below the keyboard at all times?