点击iOs和Android
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了点击iOs和Android相关的知识,希望对你有一定的参考价值。
Here is a code that force to fire a click on ios devices, where there is first a touchstart event
var UA = navigator.userAgent, $(this).on("click", function(){ // do somthing }); if (iOS) { $(document).on('touchstart', function (e) { e.target.click(); }); }
以上是关于点击iOs和Android的主要内容,如果未能解决你的问题,请参考以下文章
Android:将片段和弹出窗口的点击事件中生成的变量传递给活动的方法
Android 使用两个不同的代码片段获取当前位置 NULL