This repository was archived by the owner on Oct 8, 2021. It is now read-only.
Swipe event improvement#341
Closed
davepenfold wants to merge 50 commits intojquery-archive:masterfrom
davepenfold:master
Closed
Swipe event improvement#341davepenfold wants to merge 50 commits intojquery-archive:masterfrom davepenfold:master
davepenfold wants to merge 50 commits intojquery-archive:masterfrom
davepenfold:master
Conversation
…bedded. Fixes #255
…k event handler, where it is now refactored and simplified. Thx to Jeffrey Way for ideas that went into this refactor. Also, clicks that are triggered on anchors will now be able to make a new http request, which improves listview behavior when clicking LIs that resolve to external urls. Included in commit is a new demo/test page with various link types to make sure they behave as expected. Fixes #272, Fixes #264
…le.addResolutionBreakpoints (accepts number or array of numbers) which can be used to add widths to be used in min/max media classes on HTML element.
…e listview rewrite
…n the last few commits.
… update the hash on success
… error as well as successful page change
…he plugin for native button elements, not to be confused with the buttonMarkup plugin). renamed method to "button" and updated page.js to match
…h as when it's appended to the new page for persistence), before removing class
…adio and updated page plugin to match
…o fit with the new conventions
…e data-role=pages elements.
…ues with shorthand notation in filters. Fixes issue 327: http://github.com/jquery/jquery-mobile/issues#issue/327
"Global: blinky page transitions" According to the CSS Animations spec as soon as an animation completes, any properties that were animated revert back to their previous values. This means that the CSS rule that refers to the animation by name must also have the "To" property values specified.
- Added a -webkit-perspective property to the body element, since it is the container for the element (ui-page) that actually flips. We need specify this so a projection matrix gets created, giving the viewer some perspective. The 1000 represents the depth in pixels (the distance from the viewer to the z-plane). According to the CSS3 spec 1000 is a moderate value. Lower values make the effect more extreme.
Removed a selector from overflow rule that seemed to be a bit overreaching. Fixes #336
This pull request was closed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Increase y axis threshold on swiping to decrease the chance of failed swipes