I've built a phonegap android app using jQuery mobile and I've been trying to disable the page, as in disable scrolling and the ability to click on anything, while the panel is open. Clicking items on the main page isn't a problem as a click or touch simply closes the panel, however the user is still able to slide the screen up and down.
I've tried adjusting the .ui-page-active height to 70% and that fixes it on portrait but flip the screen to landscape and the issue comes back, I'm able to slide my finger up and down the main page while the panel is open and make it scroll up and down.
I tried a couple of code examples from this: https://github.com/jquery/jquery-mobile/issues/5493
but to no avail. I'm also trying to figure out how the panel overlay works. If I'm not mistaken isn't there an overlay placed over the page content when a panel is opened that I can use somehow?
If someone has had a similar problem or can point me in the right direction I'd seriously appreciate it.