Skip to content

Instantly share code, notes, and snippets.

View MauriceG's full-sized avatar

Maurice Gottlieb MauriceG

View GitHub Profile
@MauriceG
MauriceG / jQm 1.1.1
Created June 28, 2012 13:12 — forked from toddparker/jQm 1.1.1
Key changes 1.1.1
<h2>Key Changes</h2>
<a href="https://github.com/jquery/jquery-mobile/commit/8e570e3f94846d6e01e3bf03da284db3c402979b">Slow tap response when clicking items in large listview on mobile devices</a> (<a href="https://github.com/jquery/jquery-mobile/issues/4340">Issue #4340</a>) - Slow response times and crashing when clicking on a list item (or any navigation element) far down a long page was due to the browser trying to animate a really massively tall page from the scroll position to the top of the screen. The scroll position, not total screen height, is the determining factor for performance so we added another condition to say that if you're either coming FROM or going TO a page where the scroll position is 3x the height of the device's screen, skip the transition (set it to none). This scroll position breakpoint is configurable via the new <code>getMaxScrollForTransition</code> function.
<a href="https://github.com/jquery/jquery-mobile/commit/f164821cd7fa64ea582728f524a927a621402507">White flash/flicker w