Closed GoogleCodeExporter closed 9 years ago
Adding another display issue with the bubbles, coming from jquery mobile css is
the following which causes the bottom of the bubble to be overlayed with a
white image;
From - http://code.jquery.com/mobile/1.0.1/jquery.mobile.structure-1.0.1.min.css
.ui-page.ui-mobile-touch-overflow, .ui-page.ui-mobile-touch-overflow * {
-webkit-transform: rotateY(0);
}
And Again In - http://code.jquery.com/mobile/1.0/jquery.mobile-1.0.min.css
.ui-page.ui-mobile-touch-overflow, .ui-page.ui-mobile-touch-overflow * {
-webkit-transform: rotateY(0);
}
I've had to implement the following call to override this behaviour;
.ui-page.ui-mobile-touch-overflow, .ui-page.ui-mobile-touch-overflow * {
-webkit-transform: none;
}
Attached screen of the issue.
Original comment by ghy...@allscenes.com
on 13 Mar 2012 at 9:39
Attachments:
This is a css issue in jquery mobile. Not the plugin itself.
Original comment by johansalllarsson
on 27 Mar 2012 at 8:41
Original issue reported on code.google.com by
ghy...@allscenes.com
on 6 Mar 2012 at 7:25Attachments: