Skip to content

Tags: EdwinLi/jquery-mobile

Tags

1.2.0-alpha.1

Toggle 1.2.0-alpha.1's commit message
bump version to 1.2.0-alpha.1

1.1.1

Toggle 1.1.1's commit message
1.1.1 release

1.1.1-rc.1

Toggle 1.1.1-rc.1's commit message
Adding the variable that somehow was missing in initial commit.

1.2.0-pre

Toggle 1.2.0-pre's commit message
correct version requirement information

1.1.0

Toggle 1.1.0's commit message
bumped version to 1.1.0

1.1.0-rc.2

Toggle 1.1.0-rc.2's commit message
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

Toggle 1.1.0-rc.1's commit message
Fixed select padding in demo

1.0.1

Toggle 1.0.1's commit message
undo the copyright swap

1.0

Toggle 1.0's commit message
Fixed rc3 link in page template

1.0rc3

Toggle 1.0rc3's commit message
Removed controlgroup