--- 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")}}