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

Commit 569d55a

Browse files
author
scottjehl
committed
addresses issue #2415 - applying a transform gets rid of the element peekaboos for headers, and other content in the page. We'll need to monitor this one this week and see what the memory impact is before keeping it.
1 parent b2d0237 commit 569d55a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

themes/default/jquery.mobile.core.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@
3535
-o-overflow-scrolling: touch;
3636
-ms-overflow-scrolling: touch;
3737
overflow-scrolling: touch;
38+
/* some level of transform keeps elements from blinking out of visibility on iOS */
39+
-webkit-transform: rotateY(0);
3840
}
3941
.ui-page.ui-mobile-pre-transition {
4042
display: block;

0 commit comments

Comments
 (0)