Hello,
I've been working with
JPlayer and JQueryMobile and I tried to use the listview style in the <ul> list from the playlist of the music player.
so I did this:
<ul data-role="listview">
Now... this should work perfectly but it didn't worked for me... so I tried once more doing this:
<ul data-role="listview" data-theme="c">
and this doesn't work again.
I was trying to guess which is the problem and I realized that JPlayer creates the list dynamically with javascript. So... could that be the problem?, any idea of how can i fix it?
Anyway, if you wanna see the problem right from your eyes, check out this link (the website):
Thanks!