I\'m using the new jqm popup with the 1.2.0 alpha release and my problem is that my page from which I call the popup is refreshed uselessly when closing the popup using esc
I had a similar problem and I fixed it with using history: false:
history: false
$("#selector").popup({ transition: 'slidedown', history: false, overlay: true }); $("#selector").popup("open");