Skip to content

AppCache lost on iOS after restarting app #34

@waeltken

Description

@waeltken

The HTML gets loaded from localStorage and is replace in the dom. Sadly meteor's own javascript seems to be deleted from localStorage or HTML cached content.

<script type="text/javascript" src="http://test.meteor.com/06c26469ec6a40a1d52df5dc184c3c64bc4eb404.js"></script>

The reason for this is probably related to iOS handling of localStorage clearing the content of localStorage on app restart. Can we backup this file and maybe the stylesheet as well and restore them too? Basically all files marked as cached in app.manifest should be stored.
Note that on Android there seems to be no such issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions