--- title: 'Element: touchend イベント' slug: Web/API/Element/touchend_event tags: - Event - Touch Events - TouchEvent - UI - UI Events - UX - events - touch - touchstart translation_of: Web/API/Element/touchend_event ---

{{APIRef}}

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

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

これらのイベントのコード例は、専用のページ「タッチイベント」にあります。

仕様書

仕様書 状態
{{SpecName('Touch Events', '#event-touchend')}} {{Spec2('Touch Events')}}

ブラウザーの互換性

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

関連情報