0

我正在使用 Edge Animate,然后想发布PhoneGap并获取我的 iOS 应用程序。

我需要使用什么操作来存档 iOS 中的点击操作?

因此,如果我使用touchstart例如PhoneGap中的“翻译”成录音?

谢谢!——特拉维斯

4

2 回答 2

1

On Click 或 touch end 将适用于 ios 中的点击操作。将相同的代码粘贴到两个操作中。问候, 克鲁纳尔

于 2013-06-14T14:10:36.443 回答
0

我在用着

     $("#ID").bind('touchstart', function(){
        //your action
    });

触发动作,是的,对于 iOS,touchstart 比 click 好得多!

于 2013-06-25T19:10:05.863 回答