I'm using JQuery Mobile 1.2.0 alpha 1.
Currently, when I open a popup and tap outside of it anywhere on the screen the popup is being closed. I was wondering if there's any JQuery Mobile attribute I have missed which can be set and prevent closing the popup upon outside-tap? (modal popup)
(The documentation for popups can be found here)
EDIT:
I had an idea of solving this but still can't implement it to work:
When a JQM popup show up theres a div which covers all of the screen with class of ui-popup-screen. I thought somehow to give it a large z-index and unbind all click/tap function from it. Doing this does not solve my problem but I guess it is a small step in the direction.
Thnx in advance.