Save Text

Hello, is it possible to save text on the user’s device? I want the user to be able to type up a memo, save it, close the app, and then retrieve the memo they saved and have it displayed in the app. I was thinking about using Z.device.store or Z.device.saveToDevice to do this, but it seems like those only save images, not text. If this is possible, I would greatly appreciate the help.

1 Like

You can use Z.device.store for data. I would look at the Doc
Storing Persistent Data

Steve

2 Likes

That looks interesting and like exactly what I need. Thanks for sending this link.

3 Likes

Your welcome.

Steve

1 Like