JQM ListView and Popups

JQM ListView and Popups

Hi

I have a listview in my jqm page which simply displays a list of items coming in from my database. I am using knockout template to render the list view. All this works fine. However when the user "taps" an item in the listview I want a "popup" to display with some option of what they want to do. This is simply a popup containing another listview with some menu options. The popup does indeed show, but then immediately disappears again. It almost like the event click is "hanging" around and "closing" the popup before the user can select anything. 

My other popups in the application are all working fine, but this is the only popup being used in the listview environment, so i figure it has something to do with that.

Any ideas?

Thanks
Andrew