IOS persistent #2439
-
|
my vue app is with on capacitorjs for mobile capability, can i use singal db for persistency, i already have localstorage and idb configured for offline databse, but i want to consider switch to signal DB for persisitent. localstorage and indexdb is not persistent in IOS, i want to know if using singnal db is persistent in both ios and android? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
I'm also using capacitorjs for out mobile apps. I've developed a custom filestorage persistence adapter based on |
Beta Was this translation helpful? Give feedback.
I'm also using capacitorjs for out mobile apps. I've developed a custom filestorage persistence adapter based on
@capacitor/filesystem.Feel free to use it 🙂
https://gist.github.com/maxnowack/f2f9a5d23e44610fdbb3ad57ef0744a3