As per the jQuery Mobile documentation:
"If you click the link that opened the panel, swipe left or right, or tap the Esc key, the panel will close. By default, panels can also be closed by clicking outside of the panel onto the page contents."
Visit the jQuery Mobile Panel Documentation Here
The same documentation provides instructions on how to disable "swipe to close" and "close by clicking outside".
However, it doesn't specifically mention how to prevent closing via the Esc
key.