close mobileNewWindow

Page: 1

Author Post
Member
Registered: Mar 2015
Posts: 3
Hi
I'm using mobileNewWindow to open a new fb. It opens perfect on mobile devices; the problem is I can't close it with fb.end(true). The window remains opened. Is there a way to fix it?

Thank-you.
Administrator
Registered: Aug 2008
Posts: 3382
It's not a floatbox, it's a new browser tab or browser window (depending on your browser's config). Because it's not a floatbox, it's not reachable with the Floatbox API. The user has to close the tab or window, just as they would if they navigated to the shown page.

Page: 1