scottjehl
|
f0403f9d9f
|
set native touch overflow enabling back to false
|
2011-10-07 18:48:38 -04:00 |
|
scottjehl
|
b4a7db2f1d
|
brought back these orientation rules as they're important in iOS5 layouts.
|
2011-09-29 18:38:15 -04:00 |
|
scottjehl
|
9b86fddf89
|
disabled touch overflow scrolling by default. overridable through $.mobile.touchOverflowEnabled.
|
2011-09-27 12:37:10 -04:00 |
|
scottjehl
|
47480d69f9
|
when touch overflow scrolling is supported and enabled, user scaling can create serious usability issues where it's difficult to get zoomed back out. This disables user scaling when that overflow scrolling is enabled (currently only projected for ios5 support)
|
2011-09-27 12:36:24 -04:00 |
|
scottjehl
|
1badd4aa8e
|
enable touch overflow scrolling by default where supported
|
2011-09-22 21:31:03 -04:00 |
|
scottjehl
|
f49e69ef84
|
disabled iOS5 improvements by default. Can be enabled by binding to mobileinit and setting $.mobile.touchOverflowEnabled = true;
|
2011-09-08 13:26:33 -04:00 |
|
scottjehl
|
b645781f4d
|
implemented native overflow scrolling based on support for -[prefix]-overflow-scrolling: touch. True fixed headers and footers come supported as well.
|
2011-09-08 12:38:50 -04:00 |
|