Skip to content

Handle NSCoder / Saved Bundle States #46

Description

@breautek

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    • Status
      No status
    • Status
      No status
    • Status
      No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions