Hi! The Invoke Download action of the Browser plugin does not work on Android exports. Is there any other way to save text or binary data?
I want to add a button to create a backup of an array or dictionary. Loading seems to work with file chooser but how can I save the dictionary.asJson data to a file on mobile?
Develop games in your browser. Powerful, performant & highly capable.
I may have found a workaround. The share plugin allows to share the json string and create a file in Google drive, one drive etc. And loading with file selector allows access to cloud drive. 🤔