I have been trying to fix an issue of page getting flickered twice when navigating between pages. I have tried adding the following css
.ui-page {
-webkit-backface-visibility: hidden;
}
After adding this css code, the behavior is still unpredictable. Initially there is no flickering but after few clicks it starts flickering.
Can anyone please suggest a proper solution for this.