According to jQuery Mobile's documentation:
"Clicking the link that opened the panel, swiping left or right, or tapping the Esc key will close the panel. (...) By default, panels can also be closed by clicking outside the panel onto the page contents."
http://api.jquerymobile.com/panel/
The same documentation shows how to turn off "swipe to close" and "close by clicking outside".
But how to disable closing by the Esc
key?