To enable support for android devices, just modify the feature detection code
with the following code:
$.extend($.support, {
touch: "ontouchend" in document // from jQuery Mobile 1.0a2
});
Original issue reported on code.google.com by nx1...@gmail.com on 23 Nov 2010 at 3:25
Original issue reported on code.google.com by
nx1...@gmail.com
on 23 Nov 2010 at 3:25