Refresh dynamic listview with image did not render properly
Hi
I load my images and content dynamically and refresh the listview. But the content did not render properly.
I found out that I had to remove the "find('li')" at the _itemApply function of mobile.listview. Now it works.
The find("li") did not apply on my listview because the item was the li itself!
Is it necessary to first apply the find("li")?
Beat