Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在 Android Phonegap 中开发一个应用程序。我需要在我的应用程序中应用 swype。如何申请?任何人都请指导我。
您可以使用 jGestures jQuery 库 (http://jgestures.codeplex.com/),或 jQuery mobile 或其他库来处理手势事件。
然后,如果你使用 jGestures,你会像这样 jQuery('#swipe').bind('swipedown',eventHandler);
我正在使用这个库,它处理手势的速度非常快。
您也可以下载仅用于触摸事件的解耦 jQuery Mobile 库。