ios系统input框有断点

ios系统input框有断点

input框在IOS系统下无法聚焦或点击多次才能聚焦 input框在IOS系统下有断点input框的事件穿透,可能会导致上面描述的一些问题解决:1.css里可能写了-webkit-user-select:none,并且作用域覆盖到了inpu
html-css160