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
The easiest way to store preferences for mi app?
Re: The easiest way to store preferences for mi app?
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
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
Christos