I'm using jQuery Mobile UI and need a bit of help with Panels as seen here.
http://demos.jquerymobile.com/1.4.0/panel/
I have implemented it as an overlay without a problem but the click outside the panel to dismiss has an issue where it also includes about 20% of the panel. So if I click upto 20% in the panel, it closes. This is problematic because I have buttons that don't work when users click them because the panel closes.
Any ideas how I can fiddle with the panel dismissing settings? For now, I've turned of dismissing by clicking outside the panel.
Thanks.