-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Image disappears after app resigns active #6
Comments
Hi @lukemorse ! If I correctly understood and reproduced the issue, the problem was that |
@lukemorse This may not be the best way and it may expose other issues, but if your constructor looks like this:
You can change it to this and images now show when coming back in iOS13
|
I'm experiencing this issue too, however not when backgrounding. It seems that In my case when my view loads, an However when I pop up an image picker sheet and allow the user to change the selected image, which changes the |
Hello,
First of all, thanks for the great code! I'm experiencing an issue when the app enters background, and then becomes active again. The image goes away, replaced by the placeholder, and the image never reloads. I get this error in the console: 2020-06-30 15:53:20.517988-0500 AsyncImage[23959:3569320] [] nw_read_request_report [C1] Receive failed with error "Software caused connection abort"
Anybody find a way to fix this?
The text was updated successfully, but these errors were encountered: