Closing jQuery Mobile new popup cause page to refresh uselessly

前端 未结 5 761
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-04 22:47

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

5条回答
  •  时光取名叫无心
    2021-01-04 23:29

    I had a similar problem and, as I did not need to use history in my case, I solved it disabling globally popup history like this:

    $.mobile.popup.prototype.options.history = false;
    

提交回复
热议问题