Ravi Wayne
Posts: 0
Joined: Sat Jul 20, 2013 7:20 pm

Popup clears background page

Hello,

When I am using popup pages, the background page disappears making it difficult for the user to understand the context of the popup.Is there a way to show popups while the parent page is still visible?

Thank you all for your excellent support!

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Popup clears background page

That's how jQuery Mobile works. You can can check their docs if there is an option not to hide the parent page.

Ole Henrik Oftedal
Posts: 0
Joined: Thu Apr 19, 2012 4:52 pm

Popup clears background page

I havent tried this but maybe we can set it to none for transparent?

From: http://jquerymobile.com/demos/1.2.0/d...
..
..
theme string
default: null

Sets the color scheme (swatch) for the popup contents. Unless explicitly set to 'none', the theme for the popup will be assigned the first time the popup is shown by inheriting the page theme or, failing that, by the hard-coded value 'c'. If you set it to 'none', the popup will not have any theme at all, and will be transparent.

$( ".selector" ).popup({ theme: "a" });
This option is also exposed as a data attribute: data-theme="a"

Ole Henrik Oftedal
Posts: 0
Joined: Thu Apr 19, 2012 4:52 pm

Popup clears background page

I have also found a forum post here:
https://getsatisfaction.com/apperyio/...

And here is also a page you can take a look at. (Also include a demo for download):

http://javascriptbites.com/post/2013/...

Please let us know your results from this.

Ravi Wayne
Posts: 0
Joined: Sat Jul 20, 2013 7:20 pm

Popup clears background page

Thank you all for your suggestions. Most appreciated.

Return to “Issues”