jquery-mobile/js
jblas@adobe.com d4c7123c85 Fix for issue #2933 - get_orientation() and hence getScreenHeight() doesn't work on some devices
It seems that some device/browser vendors use window.orientation values 0 and 180 to denote the "default" orientation. For iOS devices, and most other smart-phones tested, the default orientation is always "portrait", but in some Android and RIM based tablets, the default orientation is "landscape".

- Modified the orientationchange plugin so that it injects a landscape orientation media query into the document to figure out what the initial orientation is, it then makes adjustments to a portrait_map if necessary, so that we can properly decode the window.orientation value whenever get_orientation() is called.
2012-01-13 17:25:55 +07:00
..
app.build.js Discovered r.js' pragmas use them instead of the hacky solution provided by amd-stripper.js 2012-01-13 17:24:49 +07:00
index.php obviate the need for stub definition of define when using vanilla /js require 2012-01-13 17:25:54 +07:00
jquery.js update jquery to 1.7.1 Fixes #2965, #3267 2011-12-15 10:35:53 -08:00
jquery.mobile.buttonMarkup.js Ensured the hover delay only applies to touch devices, logic that was mysteriously absent from my previous commit. 2012-01-13 17:25:51 +07:00
jquery.mobile.collapsible.js Added dep on "jquery.mobile.buttonMarkup" wherever needed 2012-01-13 17:24:50 +07:00
jquery.mobile.collapsibleSet.js Discovered r.js' pragmas use them instead of the hacky solution provided by amd-stripper.js 2012-01-13 17:24:49 +07:00
jquery.mobile.controlGroup.js Discovered r.js' pragmas use them instead of the hacky solution provided by amd-stripper.js 2012-01-13 17:24:49 +07:00
jquery.mobile.core.js Nerf, you guys use tabs. 2012-01-13 17:25:50 +07:00
jquery.mobile.define.js obviate the need for stub definition of define when using vanilla /js require 2012-01-13 17:25:54 +07:00
jquery.mobile.degradeInputs.js Discovered r.js' pragmas use them instead of the hacky solution provided by amd-stripper.js 2012-01-13 17:24:49 +07:00
jquery.mobile.dialog.js Moved .ui-dialog to element wrapping dialog header/content/footer, switched overlay non-theming class to .ui-dialog-page. 2012-01-13 17:25:52 +07:00
jquery.mobile.docs.js Fixed deps 2012-01-13 17:21:26 +07:00
jquery.mobile.event.js Fix for issue #2933 - get_orientation() and hence getScreenHeight() doesn't work on some devices 2012-01-13 17:25:55 +07:00
jquery.mobile.exports.js Expose jquery.mobile as an AMD module if running in an AMD env 2012-01-13 17:25:46 +07:00
jquery.mobile.fieldContain.js Discovered r.js' pragmas use them instead of the hacky solution provided by amd-stripper.js 2012-01-13 17:24:49 +07:00
jquery.mobile.fixedToolbar.js removed debug line 2011-12-27 21:07:50 +07:00
jquery.mobile.forms.button.js First stab at more consistent focus classes on form elements, using .ui-focus. Links will still contain outline property. 2012-01-13 17:25:50 +07:00
jquery.mobile.forms.checkboxradio.js First stab at more consistent focus classes on form elements, using .ui-focus. Links will still contain outline property. 2012-01-13 17:25:50 +07:00
jquery.mobile.forms.select.custom.js [custom select] Use $(window).width() and not window.innerWidth - same for height 2012-01-13 17:25:47 +07:00
jquery.mobile.forms.select.js First stab at more consistent focus classes on form elements, using .ui-focus. Links will still contain outline property. 2012-01-13 17:25:50 +07:00
jquery.mobile.forms.slider.js This might be a little overzealous, but I think the outline around the entire flip switch looks better than the clipped handle outline. 2012-01-13 17:25:50 +07:00
jquery.mobile.forms.textinput.js First stab at more consistent focus classes on form elements, using .ui-focus. Links will still contain outline property. 2012-01-13 17:25:50 +07:00
jquery.mobile.grid.js Discovered r.js' pragmas use them instead of the hacky solution provided by amd-stripper.js 2012-01-13 17:24:49 +07:00
jquery.mobile.hashchange.js Discovered r.js' pragmas use them instead of the hacky solution provided by amd-stripper.js 2012-01-13 17:24:49 +07:00
jquery.mobile.init.js fix improperly camel cased module references 2012-01-13 17:24:50 +07:00
jquery.mobile.js ensure defaultTransitionHandler is defined after the navigation has been loaded 2012-01-13 17:25:53 +07:00
jquery.mobile.links.js Discovered r.js' pragmas use them instead of the hacky solution provided by amd-stripper.js 2012-01-13 17:24:49 +07:00
jquery.mobile.listview.filter.js Added dep on textinput 2012-01-13 17:24:54 +07:00
jquery.mobile.listview.js Added dep on page and page.sections (for nested lists) 2012-01-13 17:24:54 +07:00
jquery.mobile.media.js Discovered r.js' pragmas use them instead of the hacky solution provided by amd-stripper.js 2012-01-13 17:24:49 +07:00
jquery.mobile.navbar.js Added dep on grid 2012-01-13 17:24:54 +07:00
jquery.mobile.navigation.js ensure defaultTransitionHandler is defined after the navigation has been loaded 2012-01-13 17:25:53 +07:00
jquery.mobile.navigation.pushstate.js Discovered r.js' pragmas use them instead of the hacky solution provided by amd-stripper.js 2012-01-13 17:24:49 +07:00
jquery.mobile.nojs.js Discovered r.js' pragmas use them instead of the hacky solution provided by amd-stripper.js 2012-01-13 17:24:49 +07:00
jquery.mobile.page.js switch to explicit false check to avoid undefined issues 2012-01-13 17:25:54 +07:00
jquery.mobile.page.sections.js Added dep on buttonMarkup 2012-01-13 17:25:46 +07:00
jquery.mobile.support.js Named the module for testability 2012-01-13 17:24:55 +07:00
jquery.mobile.transition.js ensure defaultTransitionHandler is defined after the navigation has been loaded 2012-01-13 17:25:53 +07:00
jquery.mobile.vmouse.js Discovered r.js' pragmas use them instead of the hacky solution provided by amd-stripper.js 2012-01-13 17:24:49 +07:00
jquery.mobile.widget.js Discovered r.js' pragmas use them instead of the hacky solution provided by amd-stripper.js 2012-01-13 17:24:49 +07:00
jquery.ui.widget.js Discovered r.js' pragmas use them instead of the hacky solution provided by amd-stripper.js 2012-01-13 17:24:49 +07:00
order.js Actually need order! plugin for controlgroup at least 2012-01-13 17:21:26 +07:00