onClick event we call following
I added data-history="false" to the pop div and it is is working now
Same problem. Seems that adding
$(document).bind("mobileinit",function(){
$.mobile.hashListeningEnabled=false;
});
has an effect: the pop-up opens one time. But then after closing, the problem comes back.
Still looking into it...