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
I'm using uploader.progress.listen to show a progress notification and then uploader.result.listen to show a final notification, this is working perfectly fine on Android but on iOS, I see first a final notification, then a lot of progress notifications, and then a final notification again. It seems like uploader.result.listen is called before the file is uploaded and then is called again when the process ends
The text was updated successfully, but these errors were encountered:
I'm using uploader.progress.listen to show a progress notification and then uploader.result.listen to show a final notification, this is working perfectly fine on Android but on iOS, I see first a final notification, then a lot of progress notifications, and then a final notification again. It seems like uploader.result.listen is called before the file is uploaded and then is called again when the process ends
The text was updated successfully, but these errors were encountered: