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
Android has a concept of saved bundle states. Natively it allows an opportunity to save view state so that it can be reconstructed later when the app pauses -- and potentially destroyed. This typically can happen when using intents or other app delegation tasks, such as when using the camera.
iOS equivilant I believe is the NSCoder system.
This process is a synchronous process, which makes storing webview JS state tricky.
The text was updated successfully, but these errors were encountered:
Android has a concept of saved bundle states. Natively it allows an opportunity to save view state so that it can be reconstructed later when the app pauses -- and potentially destroyed. This typically can happen when using intents or other app delegation tasks, such as when using the camera.
iOS equivilant I believe is the NSCoder system.
This process is a synchronous process, which makes storing webview JS state tricky.
The text was updated successfully, but these errors were encountered: