From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/ja/web/api/element/touchend_event/index.html | 74 ++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 files/ja/web/api/element/touchend_event/index.html (limited to 'files/ja/web/api/element/touchend_event') diff --git a/files/ja/web/api/element/touchend_event/index.html b/files/ja/web/api/element/touchend_event/index.html new file mode 100644 index 0000000000..20a8746b96 --- /dev/null +++ b/files/ja/web/api/element/touchend_event/index.html @@ -0,0 +1,74 @@ +--- +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")}}

+ +

関連情報

+ + -- cgit v1.2.3-54-g00ecf