Hi. I have multipage template. I load data in it before any action can be performed and have a link with transition to page, which I already loaded to DOM, the page contains large listview. So, tested with tablet (Android 4.1), I get transition to page, containing listview, to take about 5, 6 seconds, which is not normal behavior, as I expect to not waste any time on navigation, why so I loaded all content at the beginning. What can improve the performance with transitions to large pages? is it bad also because it contains large listview?
I have such a code: http://jsfiddle.net/twEJ4/2/ When I test it with my firefox in my test page I see the fixed header of page1 jumping after the back slide animation from page2. It is ok when I test in jsfiddle, also it is ok with webkit browsers. Why the header jumps to its place at the end of slide animation with back link?And it appears in the same place.
I created a slideshow with Cycle plugin, here is jsfiddle: http://jsfiddle.net/wHLgB/5/. when I click next/prev buttons during animation of slide texts, margins doesn't set properly, so animation doesn't work as expected. Is there a way to bind next/prev buttons clicks during animation of texts and unbind them when animation completes?
There is a global problem with transitions in jquery 1.1/1.2.0 for Android 2.x. Can anyone give a good workaround for transitions? Using custom transitions to roll back to 1.0.1 only defining css doesn't solve the problem, also there is the problem with white page during animation. I use jquery.structure-1.2.0.min.css (mean not using shadow effect to slow transitions) Please, give the right solution or I have to choose maybe jqtouch with zepto or anything else...
I have such a problem, a link with href to another page with data-transition (no matter what kind of transition I use) and also changePage() with transition too...So, the pages in both cases, when link is clicked or changePage called, apear for a second, then desapear and then load normally.
I have 24 bit .png images in my web app. They have outglows and shadows which look in android (2.2) and dolphin browser to have edge lines around. I guess it's png banding problem with 24bit png images. Is there any fix for these browsers?(in opera mobile looks like normal).
I am developing a new web app for android tablets and have such a problem. I use jquery animate() function to animate the height of a div. Everything is ok when I test it on PC browsers, but animation is slow and choppy on tablet's opera mobile and android browser. Here is the animation: