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
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
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 ()})
Previous: How to accomplish component nesting in vue?
Next: Can css choose all the li from a certain start to the end?