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
Im using the Origin Private File System as an alternative to the Capacitor FileSystem Plugin since I have to work with images a lot and do not want to work with them as strings. Its working well but whenever the application is closed on iOS its loosing all the stored files. Im not sure if this is a Safari problem or a capacitor bug. If im using the site without the capacitor wrapper in Safari directly, the state is stored correctly.
Expected Behavior
OPFS files are correctly persisted and work after the app is closed and reopened.
Code Reproduction
I have created a repo with a very basic example here
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Capacitor, please create a new issue and ensure the template is fully filled out.
Bug Report
Capacitor Version
Platform(s)
iOS
Current Behavior
Im using the Origin Private File System as an alternative to the Capacitor FileSystem Plugin since I have to work with images a lot and do not want to work with them as strings. Its working well but whenever the application is closed on iOS its loosing all the stored files. Im not sure if this is a Safari problem or a capacitor bug. If im using the site without the capacitor wrapper in Safari directly, the state is stored correctly.
Expected Behavior
OPFS files are correctly persisted and work after the app is closed and reopened.
Code Reproduction
I have created a repo with a very basic example here
Other Technical Details
npm --version
output: 9.6.2node --version
output: v18.12.1pod --version
output (iOS issues only): 1.12.1Additional Context
origin-private-file-system
The text was updated successfully, but these errors were encountered: