Add touch or multi-touch gestures in to your BlackBerry WebWorks apps: Process and Stakes



Henceforth following the launch of BlackBerry10, BlackBerry allows you via a JavaScript library called Hammer.js to add touch or multi-touch gestures in to your BlackBerry WebWorks apps.
In fact Hammer.js  allows you
to incorporate gestures into your application with a few lines of code. Billed as very lightweight (about 2KB), easy to both use and understand Hammer.js supports:
  • Tap
  • Double Tap
  • Hold
  • Swipe
  • Drag
  • Transform (Pinching)
We also discover that, Hammer.js works well alongside other libraries and frameworks. No worries about using: jQuery, bbUI.js, Backbone.js, or others.
You can check it out via GitHub repo (sample app).

Popular Posts