-
Notifications
You must be signed in to change notification settings - Fork 57
[iOS] Media & Text block upload progress hangs with airplane mode #2106
Copy link
Copy link
Closed
wordpress-mobile/WordPress-iOS
#14140Labels
Description
Describe the bug
Upload progress bar gets stuck when starting upload with
To Reproduce
- Tap on the Media & Text block placeholder or edit button in the toolbar
- Turn on
✈️ airplane mode - Tap option ‘Choose from device’ and choose an image
Expected:
You should see a failure message with an option to retry.
Actual:
Instead, the progress bar remains at the starting position, and never moves. However, tapping the image still provides an option to restart the upload.
Smartphone:
- Device: iPhone11
- OS: iOS 13.3.1
Additional context
The failure message sometimes briefly becomes visible, and then the block returns to a hung progress bar immediately afterwards. One possibility is that events from the parent app are somehow received over the bridge in the wrong order, though this has not been investigated.
Reactions are currently unavailable
