The topic about localStorage in webview apps
http://stackoverflow.com/questions/4527 ... 49#4608549
Is it possible implement this code for PB's Webgadget?
How to activate localStorage for WebGaget (WebKit)?
Re: How to activate localStorage for WebGaget (WebKit)?
Thanks to forum!
I have made the solution (GadgetID(10) is a WebGadget)
HTML5 data are stored and read from javascript code now and not cleared after app restart
I have made the solution (GadgetID(10) is a WebGadget)
Code: Select all
Global *pref
*pref = CocoaMessage(0, GadgetID(10), "preferences")
CocoaMessage(0, *pref, "_setLocalStorageDatabasePath:$", @"~/Library/f7builder/LocalStorage")