Skip to content

Commit 14fc9fc

Browse files
committed
Demoted BlackBerry 6 and below to fixed toolbars’ static fallbacks due to egregious rendering issues.
1 parent 1ea8b2d commit 14fc9fc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

js/jquery.mobile.fixedToolbar.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ define( [ "jquery", "./jquery.mobile.widget", "./jquery.mobile.core", "./jquery.
5555
// WebOS less than 3
5656
( "palmGetResource" in window && wkversion && wkversion < 534 )
5757
||
58+
// BlackBerry six and below.
59+
( w.blackberry && ( w.navigator.appVersion.match( /Version\/([0-9])/ ) && parseInt( RegExp.$1, 10 ) < 7 ) )
60+
||
5861
// MeeGo
5962
( ua.indexOf( "MeeGo" ) > -1 && ua.indexOf( "NokiaBrowser/8.5.0" ) > -1 )
6063
){

0 commit comments

Comments
 (0)