My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
UpgradingBetas  
A quick summary of changes between betas.
Updated Oct 5, 2009 by davidcol...@gmail.com

Upgrading from beta 1 to beta 2

First, download the new code and replace your jqtouch/ and themes/ directories. Then, take a quick peek at Animations, PublicObject, and Extensions to get a good overview of the new features.

Lastly, specific changes to existing features in the beta include:

  • pageTransitionStart/pageTransitionEnd are now pageAnimationStart/pageAnimationEnd
  • A shortcut has been added for swipe events, so you can use the traditional jQuery-style: $('#myelement').swipe(fn);
  • jQTouch now ships by default with useFastTouch: true. If you want to use this feature and have any custom onclick events, you should replace them with tap. ie. $('#myelement').tap(fn);
Comment by wysocki...@gmail.com, Feb 23, 2010

Don't know what the bug is, but when useFastTouch to set to TRUE, I can end up with to events for the .back/.cancel button on the two pages, Each page gets the event.

On my home page, I use GoTo? button to a different page. on the GoTo?'ed page, if there is a .cancel button and its clicked sometimes I will get the event on the second page and on the home page.

setting useFastTouch: false; fixed the problem.


Sign in to add a comment
Powered by Google Project Hosting