$("#id").on("tap", function() { }); 在 jqmobi 中用 tap 事件,发现它太灵敏了,滑动时也会触发点击,挺困扰的,假如说不采用其他点击事件来代替,仍用 tap ,有没有哪些好的方案?