Skip to content
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

Handle NSCoder / Saved Bundle States #46

Open
breautek opened this issue Apr 19, 2024 · 0 comments
Open

Handle NSCoder / Saved Bundle States #46

breautek opened this issue Apr 19, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@breautek
Copy link
Contributor

breautek commented Apr 19, 2024

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.

@breautek breautek added the enhancement New feature or request label Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: No status
Status: No status
Status: No status
Development

No branches or pull requests

1 participant