0
我加入swipeleft和swiperight聽衆這樣jQuery Mobile的刷卡事件只能有時(使用PhoneGap的)
$("#slides li").swipeleft(function(){
console.log("!!!! swipe left");
});
$("#slides li").swiperight(function(){
console.log("!!!! swipe right");
});
和它的作品有時,但大多沒有。我沒有做任何不同的事情。
我使用的是PhoneGap 1.4.0,JQuery mobile 1.0和JQuery min 1.7.1。
任何想法......?提前致謝。
在IOS中,它可以很好地使用ID。過了一段時間,不知道爲什麼,它也開始在我的android模擬器中運行良好。 – Ixx 2012-02-18 23:18:18