diff --git a/scss/_platform.scss b/scss/_platform.scss index e8460a0e8c0..bee3b8a8c1e 100644 --- a/scss/_platform.scss +++ b/scss/_platform.scss @@ -2,7 +2,7 @@ /** * Platform * -------------------------------------------------- - * Platform specific tweaks when in Cordova. + * Platform specific tweaks */ .platform-ios7.platform-cordova { @@ -26,7 +26,7 @@ top: $bar-height + $ios7-statusbar-height; } - .has-header, + .has-header, .bar-subheader { top: $bar-height + $ios7-statusbar-height; } @@ -45,3 +45,9 @@ margin-bottom: 20px; } } + +.platform-android2:not(.enable-transitions) * { + // disable transitions on Android 2 + -webkit-transition: none !important; + transition: none !important; +}