简体   繁体   English

iPhone Safari html输入不起作用

[英]iPhone Safari html inputs doesn't work

I have a Landing page with a regular form on it and on iPhone 5 and 7 the Input[type="text"] and checkbox aren't clickable. 我有一个带有常规表格的登陆页面,在iPhone 5和7上,输入[type =“text”]和复选框不可点击。 I'm sorry but it's a corporate LP that i can't share. 对不起,这是一个我无法分享的公司LP。

Thanks a lot. 非常感谢。

have you tried this 你试过这个吗?

input, textarea {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM