Skip to content

Tags: code418/jquery-swipe-events

Tags

1.1.0

bumped version to 1.1.0

1.1.0-rc.2

Fix for issue jquery-archive#3707 - iOS4 reports landscape when it's …

…in portrait

- This was a regression caused by the fix for issue jquery-archive#2933:

jquery-archive#2933
jquery-archive@1a52240

This triggered a bug on iPhone/iPod Touch devices running iOS 4.2 - 5.1 where the browser *ALWAYS* applies a landscape media query. This bug does not exist on iPad.

- Removed the use of the landscape media query, and switched to using window.innerWidth/innerHeight w ith a threshold to determine if the device is currently in landscape mode. A threshold is necessary because on small form factors like the iPhone, the user can enable the developer console which takes up more vertical space, making the useable width of the browser window larger than the height.

1.1.0-rc.1

Fixed select padding in demo

1.0.1

undo the copyright swap

1.0

Fixed rc3 link in page template

1.0rc3

Removed controlgroup

1.0rc2

Releasing 1.0rc2.

1.0rc1

Tagging 1.0rc1.

1.0b3

Version 1.0b3 released.

1.0b2

Releasing 1.0b2.