Comments on: Fixing flickers & jumps of jQuery Mobile transitions in PhoneGap apps https://outof.me/fixing-flickers-jumps-of-jquery-mobile-transitions-in-phonegap-apps/ Thu, 28 Nov 2013 07:29:12 +0000 hourly 1 https://wordpress.org/?v=469 By: Diego https://outof.me/fixing-flickers-jumps-of-jquery-mobile-transitions-in-phonegap-apps/#comment-805 Fri, 27 Sep 2013 06:37:02 +0000 https://outof.me/?p=217#comment-805 Thanks!!

]]>
By: wedgberto https://outof.me/fixing-flickers-jumps-of-jquery-mobile-transitions-in-phonegap-apps/#comment-634 Tue, 09 Jul 2013 09:06:41 +0000 https://outof.me/?p=217#comment-634 With Cordova 2.4.0 and JQM 1.3.1 I found that $.mobile.pageContainer = $(‘#container’); caused text inputs and text areas to behave oddly (at least in android). My number inputs would not honour the “pattern” attribute and triggered the alphanumeric keypad. After removing the #container div from my main html and commenting out $.mobile.pageContainer = $(‘#container’); my input controls started to behave as expected. I tried changing $.mobile.pageContainer to try to fix the flickery page transitions but I gave up on that and resigned myself to $.mobile.defaultPageTransition = ‘none';

]]>
By: chris https://outof.me/fixing-flickers-jumps-of-jquery-mobile-transitions-in-phonegap-apps/#comment-629 Fri, 05 Jul 2013 12:00:30 +0000 https://outof.me/?p=217#comment-629 Whoa, thanks! :-)

]]>
By: Fixing flickers of jquerymobile page slide transition | 我们的博客 https://outof.me/fixing-flickers-jumps-of-jquery-mobile-transitions-in-phonegap-apps/#comment-591 Fri, 14 Jun 2013 15:24:30 +0000 https://outof.me/?p=217#comment-591 […] 原文:https://outof.me/fixing-flickers-jumps-of-jquery-mobile-transitions-in-phonegap-apps/ […]

]]>
By: Daniel Thompson https://outof.me/fixing-flickers-jumps-of-jquery-mobile-transitions-in-phonegap-apps/#comment-484 Tue, 14 May 2013 23:33:18 +0000 https://outof.me/?p=217#comment-484 Hi I try with this solution and it works for android 4.x, jqm 1.3.1 and cordova 2.5.0, but I have a strange behavior when I touch a html select dropdown, the transition is flickers again after navigate with the others html.

]]>
By: Deviator https://outof.me/fixing-flickers-jumps-of-jquery-mobile-transitions-in-phonegap-apps/#comment-316 Tue, 12 Mar 2013 13:11:37 +0000 https://outof.me/?p=217#comment-316 Hey used this solution with JQM 1.2 & own packaging framework not Phonegap.
But performance issues with larger scrolling pages.
Also when i try doing $(window).ScrollTop() there is flickering experienced

]]>
By: Per Quested Aronsson https://outof.me/fixing-flickers-jumps-of-jquery-mobile-transitions-in-phonegap-apps/#comment-315 Tue, 12 Mar 2013 11:21:52 +0000 https://outof.me/?p=217#comment-315 Thank you! This saved me many, many hours of debugging. It transformed a completely dysfunctional UI into a smooth and functional one. I am very surprised that such a popular framework as Jquery Mobile works so poorly in Phonegap. I’m using 1.2.0.

]]>
By: John Nguyen https://outof.me/fixing-flickers-jumps-of-jquery-mobile-transitions-in-phonegap-apps/#comment-296 Wed, 20 Feb 2013 23:17:07 +0000 https://outof.me/?p=217#comment-296 This worked for me,

$(function() {
$.mobile.defaultHomeScroll = 0;
});

]]>
By: alex https://outof.me/fixing-flickers-jumps-of-jquery-mobile-transitions-in-phonegap-apps/#comment-224 Thu, 24 Jan 2013 22:29:53 +0000 https://outof.me/?p=217#comment-224 Thanks. It does improve page transition on jqm 1.3 and phonegap 2.3

]]>
By: Geoff https://outof.me/fixing-flickers-jumps-of-jquery-mobile-transitions-in-phonegap-apps/#comment-217 Thu, 17 Jan 2013 19:16:05 +0000 https://outof.me/?p=217#comment-217 FYI, I just downloaded the jQM 1.3 beta and the flickering has improved exponentially. It’s still not perfect, but it’s much better…

]]>