I am working on a mobile page application, where one of the pages is very long, (This page is so long that if I have to view it from top to end I have to scroll 6 times on Iphone. )
after this page loads, it jumps and settles. or flickers after loading, and is very annoying to the users.
data on this page is being rendered at run time. I have empty div elements which I fill in at run time with field names and values using jquery pageshow event.
I found that if I shorten the length by removing some of the data being rendered this flicker vanishes, however I cannot do so
Business doesn't want to change the design and I have tried all sorts of tricks to prevent this flicker and now I have run out of ideas, I have tried putting a delay in displaying the page until the page loads completely, doesn't work though
Can you please help, is there any solution to prevent this page flicker.
Thanks Ira