私はどのように私はjQueryのにこれを翻訳することができ翻訳タッチイベント
window.addEventListener("touchstart", function(ev){
console.log(ev.touches); // good
});
を使用していますか?私は試しました:
$(window).bind("touchstart",function(ev){
console.log(ev.touches); // says ev.touches is undefined
}
アイデア?
ありがとう、比較的新しいサイトです。ちょうど戻って良かった答えを承認しました。 – K2xL
心配はいりません。うれしいことが分かりました:) –
シンプルなjQueryライブラリ:https://github.com/Tundra-Interactive/swipe.jquery.js –