--- title: 'Document:touchend イベント' slug: Web/API/Document/touchend_event tags: - API - Event - Reference - Touch Events - TouchEvent - UI - UI Events - UX - ontouchend - touch - touchend - イベント translation_of: Web/API/Document/touchend_event ---
{{APIRef}}

touchend イベントは、タッチ平面から1つ以上のタッチポイントが取り除かれた場合に発生します。

バブリング はい
キャンセル可能 はい
インターフェイス {{domxref("TouchEvent")}}
イベントハンドラープロパティ {{ domxref("GlobalEventHandlers.ontouchend","ontouchend")}}

これらのイベントのコード例は、指定のページ「タッチイベント」で利用できます。

ブラウザーの対応

{{Compat("api.Document.touchend_event")}}

関連情報