Fixing Random Disappearing Of QGalleryCarousel Elements On iPhone/iPad
-
I was using QGalleryCarousel to show a product list. There were a few images (50+) on the listing page. It worked perfectly on my desktop but when viewing the website on my iPhone, the offscreen elements were not rendered properly. I documented my fix here:
Summary: Use this css. Not the best solution. Please see my blog post for clarification.
*:not(html) { -webkit-transform: translate3d(0, 0, 0); }
If you have a better solution, please suggest.