Hi guys,
I'm working with lists with thumbnails. I'm using jquery mobile a4.1+ (compiled from git). I have 3 issues:
1) The first item in the list is not correctly aligned, I have to add a hidden entry in order to solve this.
2) The fixed footer is not working very well yet. Is it possible to have real fixed header and footer and the scrollable list? Header and footer shouldn't disappear while scrolling/accessing list items.
3) Scroll perfromances problems. I build the list dynamically. The user get 10 new entries each time he click on a button. When the list has more than 60 - 70 entries then it becomes slow.
Many tahnks in advance.