Suggestion: Add thumbnails of the items to the list for games,collection,etc.
It shouldnt be too hard at all.. in fact, should be a fix in under 10 minutes.
Description:
To add thumbnails to the left of a list item, simply add an image inside a list item as the first child element. The framework will scale the image to 80 pixels square. To use standard 16x16 pixel icons in list items, add the class of ui-li-icon to the image element.
jquery docs; Thumbnails & icons section (sorry, no short link here)
http://jquerymobile.com/test/docs/lists/docs-lists.htmlThe example:
http://jquerymobile.com/test/docs/lists/lists-thumbnails.htmledit;
another suggestion, you could always add this as a mobile preference of whether to show thumbnails or not for the mobile list.