Thanks for you help !
I went further in my investigations. I discovered that the problem
appears when I try to set the list while jQTouch animation is still in
progress. Consequently I modify my callback in order to check if the
animation is in progress or not. If it is, I bind the pageAnimationEnd
event on the jqt div, execute my callback when the event is triggered
and then unbind my event. It seems to work pretty well.
But it seems weird the problem only appeared after minification (I
didn't have it before and the app with non minified code was tested
several on 10 devices). Maybe the minified code is a bit faster.
nico
> It looks like the .html bug (nothing to do with minification) :
http://blog.johnmckerrell.com/2007/03/07/problems-with-safari-and-inn...