camera service display in list
I have a phonegap camera service that gets called from a button placed inside a dynamic collapsible list box (list loaded from a database service). When I click on the button to launch the service, the camera service is launched and the photo is placed where I expect it.
My problem is that every picture in the different collapsible items gets set to the same picture (i.e., I click on first list item - click on take photo- photo displayed ok - click on next list item - click on take photo - photo displayed ok - first photo gets overwritten when I expect it to stay the same).
How do I set the image properly from the camera service output?