blackdynamo / jquerymobile-carousel

A Sencha style carousel plugin for jquery mobile
http://jsfiddle.net/blackdynamo/yxhzU/
MIT License
124 stars 38 forks source link

jQuery-Mobile-Carousel is working in android but in the example given page1 half and page2 half displayed at same time. #1

Open tester3 opened 13 years ago

tester3 commented 13 years ago

blackdynamo /jQuery-Mobile-Carousel is working in android but in the example given page1 half and page2 half displayed at same time.

iwege commented 13 years ago

when you use mouse to drag it quickly,the left calculated value is wrong. if the width is fixed,we can use currentPage to count the left value.

gleitz commented 13 years ago

I could not get this working in Android. Is jQuery UI's "draggable" supported?

michaeldeitcher commented 13 years ago

The latest version of JQuery ui for ipad supports the android. If you use the replace jquery.ui.ipad.js with the latest jquery.ui.touch.js file located here: http://code.google.com/p/jquery-ui-for-ipad-and-iphone/downloads/list it will work on the android.