ios bug: user-select样式导致input[type="tel"]聚焦时光标不显示
ios bug: user-select样式导致input[type="tel"]聚焦时光标不显示
发现当针对input[type="tel"]设置的样式-webkit-user-select:none;后,会导致在ios下聚焦时光标不显示,但是键盘有弹出的bug.
解决办法:重写user-select样式
css: user-select: text;-webkit-user-select:text;
相关推荐
zhoutaifeng 2020-06-17
huha 2020-10-16
TLROJE 2020-10-26
echoes 2020-08-20
nercon 2020-08-01
zhanghaibing00 2020-06-28
Aveiox 2020-06-25
henryzhihua 2020-06-21
liangzhouqu 2020-06-16
TONIYH 2020-06-11
开心就好 2020-06-10
x青年欢乐多 2020-06-06
KyrieHe 2020-06-03
bertzhang 2020-06-02
haokele 2020-05-29
niehanmin 2020-05-28
davidliu00 2020-05-26