こんにちは、私は touchmove イベントを使用しています。
このコードは私には機能しません。
$(".tempClass").on("touchmove",function(){
alert("touchmove on div");
});
このコードは私のために働いています、
$(document).on("touchmove",function(){
alert("touchmove on document");
});
touchmove
div 要素でリッスンできない理由が気になります
phonegap 3.0、android 4.0.4 を使用しています。
テスト中のデバイスは、samsung galaxy tab 10.1 です。