Book Image

PhoneGap Beginners Guide (third edition)

Book Image

PhoneGap Beginners Guide (third edition)

Overview of this book

Table of Contents (22 chapters)
PhoneGap Beginner's Guide Third Edition
Credits
Foreword
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Related Plugin Resources
Index

Adding multitouch gesture support


For any hybrid mobile apps, touch gestures is an important feature that makes the app great in the hands of the users.

The following is the list of JavaScript libraries that can enable multitouch gesture handling in your apps. Each library has its own merits and limitations. Some have dependencies with other libraries and some do not. You have to be careful when choosing the libraries as it might introduce new dependencies to your application:

Although there...