0
how to fix input box displacement while filling it ?
when we focus an input tag of form to fill it it get displace to top making space for keyboard .how to fix it . i want it to be it at it's original position evens it is at bottom of page and get hudden behind my mobile keyboard. https://code.sololearn.com/W2hf5iL18E76/?ref=app
7 Réponses
+ 6
I don't think we can do that because this features are in browsers itself.
+ 1
use html audio tag and ask your question . to get better and quick response.
0
will you check preventdefault() method of js .
i tried but have sum error in console.
0
set the position of body to relative, and dont use vh.
not recomended solution, it just works
0
no its not working
i tried with relative and fixed position of body but still issue alive
0
i sorry mistype, its edited now
0
How do insert an audio in the website