How to make the bottom button go up with the soft keyboard?

when I type now, the soft keyboard will mask the button fixed at the bottom (fixed"s button) instead of moving up with it.

the search results on the Internet do not let him move up. What I am showing now is that the bottom button will not move up, but what the product needs is to move up with it (this is the demand).

Feb.18,2022

Element.scrollIntoView ()


look at your usage scenario, if it is webapp. https://codeshelper.com/a/11.

if it is a mobile browser, Element.scrollIntoView ();

Menu