I'm developing a mobile app with listview indexes and articles of various lengths using fixed headers and footers.
I'm experiencing a flickering issue on pages when i set eh footer to fixed position: disappears and blinks when i pass from page to page ...i'm using listviews <ul> <li> if i remove the "fixed position" the issue doesn't appear.
I'm testing it on Android 4.0.3 and i'm using jquery 1.2
I tried in css .ui-listview, .ui-li { list-style:none; padding:0; -webkit-transform: translateZ(0); but the issue still
HTML content below, I'd appreciate some feedback if anyone has experienced a similar issue: