How to detect that webpopup has closed?

Is there a way? [import]uid: 52103 topic_id: 16512 reply_id: 316512[/import]

A web popup needs to be cancelled to close, so whatever you are attempting to do when it closes, can you simply put it in your cancel function? [import]uid: 52491 topic_id: 16512 reply_id: 61686[/import]

Well, it can also be cancelled with the Back button on Android, but it won’t always close when the Back button is pressed, it may go back to the previous page within webpopup if you navigated away from the start page.

Sure, it’s possible to set autoCancel to false and make a close button, but getting the close event would be nice. [import]uid: 52103 topic_id: 16512 reply_id: 61691[/import]