On Tue, Feb 14, 2012 at 6:48 PM, Greg Donald <[email protected]> wrote: > I've found that most any Android functionality PhoneGap has can be > done with Android Javascript binding + jQuery Mobile. > > http://developer.android.com/guide/webapps/webview.html#BindingJavaScript > > http://jquerymobile.com/
The main benefit I found in using jQuery Mobile is that it has the very reliable vmousedown and vmouseup functions that will bind to anything in the DOM. I found vanilla jQuery doesn't reliably bind to anything but <a> tags in Android WebKit. -- Greg Donald -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

