Mailto Links in Phonegap/Cordova

We are updating a Phonegap application we wrote last year this week.  Originally the application was developed against Phonegap version 2.1.  Back then we used ChildBrowser plugin to get the in-application browser working. Since then they have moved that functionality...

Listening for Multiple jQuery ‘on’ events

Today, we had a client ask a simple question about how to prevent the “delay tap” problem on touch devices. While this problem can be solved with several jQuery plugins (1)(2), the answer to the problem is a simple one: Listen for the touchstart event....