Jika JavaScript Touchend

document.body.ontouchend = function() {
  // Some code
}
Ugliest Unicorn