I am developing an application in Android Phonegap. I need to apply swype in my application. How to apply? Anybody kindly guide me.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use jGestures jQuery library (http://jgestures.codeplex.com/), or jQuery mobile or other libraries for gesture events.
Then, if you use jGestures, you catch a swipe like so jQuery(‘#swipe’).bind(‘swipedown’,eventHandler);
I’m using this library and it processes gestures pretty fast.
You can download decoupled jQuery Mobile library only for touch events, too.