--- title: 'Element: touchmove イベント' slug: Web/API/Element/touchmove_event tags: - Event - Touch Events - TouchEvent - UI - UI Events - UX - touch - touchmove translation_of: Web/API/Element/touchmove_event ---

{{APIRef}}

touchmove イベントは、タッチ面上で1つ以上のタッチ点が移動したときに発生します。

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

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

仕様書

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

ブラウザーの互換性

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

関連情報