Has anyone tried to make a min nav bar to cancel a Web popup. In playing around with the Facebook demo code, I’ve run into situations where I want to back out of the window but can’t because the Web popup takes over the whole screen. A better user experience would be to have a ‘x’ to cancel in a corner somewhere, but I’m not quite sure how one would do that. [import]uid: 1560 topic_id: 2220 reply_id: 302220[/import]
Sure. Create the close button display object, be sure your web popup bounds don’t obscure it (since they will always be absolutely on top of everything), and have the close button event handler call native.cancelWebPopup() to close it. [import]uid: 4621 topic_id: 2220 reply_id: 6770[/import]