-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
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
Labels
No labels