The current implementation of exporting boards to a file generates a url with the file contents base64 encoded, then clicks it.
This doesn't seem to work on android. Unfortunately it looks like the tauri fs plugin does not support android or ios yet. See https://github.com/tauri-apps/plugins-workspace.
The current implementation of exporting boards to a file generates a url with the file contents base64 encoded, then clicks it.
This doesn't seem to work on android. Unfortunately it looks like the tauri fs plugin does not support android or ios yet. See https://github.com/tauri-apps/plugins-workspace.