写法是这样的 a href="javascript:void(0);" onclick="js_method()"
在浏览器内是可以点击,在公众号内不行,i6,6s 也行,就 i7 不行,系统 10.3.1
这种情况下改如何解决兼容性问题(实验了 on,bind 方法,也不行)?
1
wdlth 2017-07-01 00:29:00 +08:00
移动端比较特别,click 事件不一定能响应,最好用 touch 事件。
|
2
winnerhp 2017-07-10 11:39:20 +08:00
加一个 css 属性,cursor: pointer;
|