butterandfly / project_9

Blog & Remark
0 stars 0 forks source link

ios上含alert的方法的touchend被触发两次的问题 #217

Open butterandfly opened 9 years ago

butterandfly commented 9 years ago

使用setTimeout来触发含alert的方法

setTimeout(function() {
  alert('Got it.');
}, 0)