Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fixes #4001 - Page flash after transition
Fixes #4001
Tested on: BlackBerry 9900 - 7.1, BlackBerry 10 devAlpha, iPad 5.1,
Chrome, Firefox 12
  • Loading branch information
Jason Scott committed May 30, 2012
commit 771cb741f9ff4e70c2625e690424884cf1cd9c5a
2 changes: 1 addition & 1 deletion css/structure/jquery.mobile.core.css
Original file line number Diff line number Diff line change
Expand Up @@ -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){
Expand Down