If you're experiencing flickering on your website, try adding the following code to see if it helps:
/* Minimize Flicker on Android / WebKit */
.ui-page {
-webkit-backface-visibility: hidden !important;
}
It's important to note that while this code may fix the flickering issue, it can also create other problems. One user shared their experience of spending a week troubleshooting why their Google Maps weren't functioning properly, only to discover that this snippet was the culprit. The solution? Targeting the rule selectively to pages without maps.