jQuery Mobile の swiperight および swipeleft イベントを使用します。開発中はデスクトップ PC と iPhone で問題なく動作しますが、Windows Phone でテストすると、両方のイベントが発生しません。
見た目と同じくらい簡単です:
<div class="swiper">Content</div>
そしてスクリプト
$(".swiper").swiperight(function(event){
alert('swiperight');
});
$(".swiper").swipeleft(function(event){
alert('swipeleft');
});
$(".swiper").live('swipeleft swiperright') と同じ問題
誰かがこれに対する解決策を持っていますか? http://jquerymobile.com/blog/2012/08/01/announce-jquery-mobile-1-2-0-alpha/によると、Windows Phone の A グレード サポートがあります。