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
Describe the bug
This is reported by someone via email; details are as-is.
I was writing reply a thread. I press home button and I opened the camera app then I took a photo. After returning back to the app, all I've written in uitextfield was gone. In fact app restarted itself. But If I go home screen from the app without doing anyting there, then returning back to the app, there is no problem.
To Reproduce
Steps to reproduce the behavior:
Open the DEV app
Go to an article
Type a comment in the comment text field
Go to the home screen
Open the camera app
Take a photo
Switch back to DEV app
Text field is erased and DEV app restarts
Expected behavior
Ensure that leaving text in the comment field and doing the following will not wipe the text field nor restart the app:
navigating to the home screen and back
navigating to the home screen, opening the camera app (or any other app) and back
navigating to the home screen, doing something in a different app (take a photo, send a text, etc) and back
Smartphone (please complete the following information):
Device: iPhone 8
OS: 11.4.1
The text was updated successfully, but these errors were encountered:
I haven't been able to reproduce this either, but what I suspect is happening is that iOS is purging the app to free enough memory for the task the user is currently doing (in this case using the camera). Hence the app restarting itself when the user switched back to DEV.
To solve this we need to save the state in one of the AppDelegate functions.
Describe the bug
This is reported by someone via email; details are as-is.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Ensure that leaving text in the comment field and doing the following will not wipe the text field nor restart the app:
Smartphone (please complete the following information):
The text was updated successfully, but these errors were encountered: