List items with labels, images or grids are styled as read only.
Hi,
I'm still working on building a catalog, but I've made a lot of progress since my previous question! I've gotten the functionality working and am now trying to make it look nice, as well as conforming to the UI requirements for iOS apps so there is less chance of our app being rejected.
I'm trying to use a list that has an image and a label inside each list item, organised using a grid. But I have found that when you drag anything inside a list item (a grid, an image, or even just a label), the list item changes to the style of a read-only list. In other words, it loses its gradient, it no longer changes colour if you hover your mouse over it, and it doesn't show any change when you click/tap it.
This is bad for my interface, because I do have it set up to navigate to a new page when you tap the list item, so it is giving the impression of not being interactive, when actually it is.
To reproduce this problem, create a list with the default three items, then drag a label into one of the list items. Then test it and watch how the two items without a label react when you hover your mouse over them or click them, and compare it to the list item with the label, which has a flat colour and is no longer interactive.
How can I fix this problem? I've been trying to find out by reading JQM docs and it doesn't look as though there's a simple way to convert a read only list item to a clickable list item.