Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit 52e1022

Browse files
author
scottjehl
committed
adjusted the fallback heights. addresses the ios5 fixed footer alignment described in issue #2415
1 parent e794ad0 commit 52e1022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/jquery.mobile.navigation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@
567567
function getScreenHeight(){
568568
var orientation = jQuery.event.special.orientationchange.orientation(),
569569
port = orientation === "portrait",
570-
winMin = port ? 480 : 320,
570+
winMin = port ? 420 : 270,
571571
screenHeight = port ? screen.availHeight : screen.availWidth,
572572
winHeight = Math.max( winMin, $( window ).height() ),
573573
pageMin = Math.min( screenHeight, winHeight );

0 commit comments

Comments
 (0)