You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The saveDocument function takes a long time to execute for more complex documents, it would be convenient to find a way to execute this function in an Isolate.
Currently, it is not possible to pass PdfViewerController to an isolate to run saveDocument() separately
Currently code stucks to show loading in showLoadingDialog.
Use case
The saveDocument function takes a long time to execute for more complex documents, it would be convenient to find a way to execute this function in an Isolate.
Currently, it is not possible to pass PdfViewerController to an isolate to run saveDocument() separately
Currently code stucks to show loading in showLoadingDialog.
The text was updated successfully, but these errors were encountered: