diff --git a/css/structure/jquery.mobile.core.css b/css/structure/jquery.mobile.core.css index 47fe49dbb48..b2b104c4692 100644 --- a/css/structure/jquery.mobile.core.css +++ b/css/structure/jquery.mobile.core.css @@ -14,7 +14,7 @@ div.ui-mobile-viewport { overflow-x: hidden; } .ui-mobile .ui-page-active { display: block; overflow: visible; } /* on ios4, setting focus on the page element causes flashing during transitions when there is an outline, so we turn off outlines */ -.ui-page { outline: none; } +.ui-page { outline: none; -webkit-backface-visibility: hidden; } /*orientations from js are available */ @media screen and (orientation: portrait){