Skip to content
Discussion options

You must be logged in to vote

From what's exposed in Wails today, there does not appear to be a dedicated mobile helper for iOS/Android app-private paths like Documents, Cache, or app files. So this looks less like a docs gap and more like currently unsupported mobile storage-path surface.

The application.Path(...) helper in Wails v3 is backed by XDG-style desktop paths such as PathDataHome, PathConfigHome, PathCacheHome, PathDocuments, and so on. The mobile-specific Android/iOS APIs expose things like secure storage, app info, storage space, camera/share/haptics, but I do not see a matching ApplicationSupportDir, iOS Documents dir, Android files dir, Android cache dir, etc.

For now I would separate the use cases:

  • fo…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by meponderR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants