I'm using jQuery 1.8 on my mobile website. I see that on Safari Mobile (iOS 6, iPhone) my animations (.animate, fadeIn, etc) breaks when I start scrolling the page during animate!
"Scrolling" - I mean default browser scrolling - nothing special.
I have swipe event to change content on simple page (picture and text). Works great but I would like to add some nice animation (like "slide" from page transition) ??
Hi! I'm using jquerymobile b2 and phonegap 1.0 (android). I'm showing search results (images) on the second page. Ajax request get data and push to html container and then second page is loading. Moving to the search results page (second page) is not smooth (usually without animation, sometimes blink). Do you know some solutions? How to use jqm events for dynamic content like this one. Maybe some working examples.