小米手机的微信浏览器里文本框不能输入文字

By admin, 5 十二月, 2015

 有些网页在普通浏览器里使用很正常,但是在微信浏览器里,文本框死活不能输入文字,只是看见微信不断提示防欺诈的信息。而且这种现象还不是每台手机都出现,只在小米3上见过,简直令人抓狂。

遇到这种情况,不妨检查一个CSS里有没有下面的代码,有的话去掉也许可以解决。

 

* {
    -webkit-touch-callout: none;
    s-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

标签

评论

Restricted HTML

  • 允许的HTML标签:<a href hreflang> <em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id> <img src>
  • 自动断行和分段。
  • 网页和电子邮件地址自动转换为链接。
验证码
This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.
请输入"Drupal10"