IOS system, input box after clicking on the soft keyboard, and then click on the input box, input box is difficult to focus is why?

IOS system, the input box clicks on the soft keyboard and then clicks on the input box. Why is it difficult for the input box to focus?
sometimes clicking select will also drop out the option of other select

Mar.20,2022

No code? I have encountered the input box cursor misalignment, difficult to focus because the parent element uses the fixed layout. I'm afraid I can't help you if you don't even post the code.


you should post your code and try absolute instead of using fixed layout.


the list is rude, $("input"). On ("click", function () {$(this). Focus ()})

Menu