Page 2 of 2

Re: The easiest way to store preferences for mi app?

Posted: Fri Mar 27, 2026 6:52 pm
by morosh
Hello:
I'm just trying Peter Preferences module, I'm running "PreferencesDemo.sb", all is well (the debug window display the correct values), but I'm not seeing any file "Preferences.prefs" created, at least not in the main folder, where is it stored?

Thanks

Re: The easiest way to store preferences for mi app?

Posted: Fri Mar 27, 2026 6:56 pm
by plouf
you cant have direct access to filesystem via HTML5 api

files are stored locally inside app , browser temp in case of PC (which you clear with clear temp option of browser it self)
and also locally in androdi app, which clearer using app data -> clear cache

android close more and more accessibility :)