Replies: 2 comments
-
I think this would be a breaking change. Apps that are expecting to find files in the documents directory using "DATA" will suddenly not be able to find them if they update Capacitor. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I have created a PR: ionic-team/capacitor-plugins#666 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In the filesystem plugin for iOS, getDirectory returns (by defaulting)
.documentDirectory
for "DATA". Returning.libraryDirectory
for "DATA" would be a better solution.Beta Was this translation helpful? Give feedback.
All reactions