I am trying to fix a problem with a page flickering twice while navigating between pages. I 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 flicker, but after a few clicks it starts to flicker.
Can someone suggest the right solution for this.
user1295233
source
share