iOS Question DocumentInteraction Preview Closed Event

StephanP82

Member
Licensed User
Longtime User
Hi @all,
i'm using DocumentInteraction.PreviewFile to show and print a created PDF file. I need to wait for preview dialog was closed to load a new page in a webview, but the DocumtentInteraction_Closed event only fires when the OpenFile function is used. I also tried to open the preview dialog with Wait For but it will be ignored. Do someone knows a work arround to catch the moment when the preview dialog was closed? I'm using the newest B4i version (6.50)
 
Top