I have written a blog post about the Sencha UI carousel. I have created an initial plugin on github that handles the basics of the Sencha carousel in jQuery mobile minus the page indicators. Those are soon to come. The links for the source code and demo are available on my blog.
Google just posted how they do the fixed headers and footers and dual panes for their mobile apps. Maybe this could be implemented into jQuery Mobile to fix the woes of the fixed headers and footers.
This is also good to know for anyone who wants to roll their own.
I have successfully implemented the swipeleft and swiperight event in my applications. Testing them in Safari on the Mac works pretty well with minor issues, but the moment I switch over to the iPhone Simulator or iPhone 4, I get weird issues:
Swiping doesn't always cause the swipe event to trigger. It is inconsistent. You can swipe then tap on the screen and then the event fires.
This could be due to delay or the iPhone swipe not registering the end location of the event
Page transitions are random, sometimes they work and sometimes they don't. Usually on the first load of the page, it won't do the transition, but every time after that the transition will occur.
Swipe event seems delayed sometimes on simulator and iPhone 4
Has anyone else seen these sorts of issues? Below is somewhat how I am accessing the swipe and navigation...
On a project my team is working on, we need swipeup and swipedown functionality. I have written a short blog entry in how to accomplish that currently using jQuery Mobile 1.0a2.