zanurano / jquery-ui-for-ipad-and-iphone

Automatically exported from code.google.com/p/jquery-ui-for-ipad-and-iphone
0 stars 0 forks source link

Adding support for Android Devices #5

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
I've tested and it works.
Thanks!

Original comment by silvi...@gmail.com on 1 Dec 2010 at 5:32

GoogleCodeExporter commented 8 years ago

Original comment by taka...@gmail.com on 17 Feb 2011 at 2:10