nested list view , display ok on safari desktop, not working on ipod ios 4.2
hi,
checkout
its a demo of nested list, created dynamically from json file.
on safari desktop - working great.
on ipod touch, ios 4.2, its looking just like a big list. no pages at all.
i'm using "refresh"
and even "listview()"
but still not working.
did someone solve this issue yet?
btw -
while using
$(document).bind("mobileinit", function()
i couldn't manage to dynamicly insert data
only with jquery original
$(document).ready(function()
the DOM was created and excepted data insertion.