如何解决IOS设备上按钮不不触发的问题?


不管是 click()

还是 on(click,fuction(){
})

还是 $(document).on(click,buton,fuction(){
})

还是加上一个判定 touchend ,IOS设备都不出发按键效果,

除了在HTML中 使用 onclick="方法" 才能触发,请问是为什么,该如何解决??

使用JS代码,或者用其他插件??

jquery qianduan ios JavaScript 兼容性

蛋蛋的哀愁 9 years, 2 months ago
Tomaxh answered 9 years, 2 months ago

Your Answer