How I can use webView local storage ?
I try this:
WebPreferences* prefs = [webView preferences];
[prefs _setLocalStorageDatabasePath:@"~/Library/Application Support/MyApp"];
[prefs setLocalStorageEnabled:YES];
but in new IOS sdk (xcode 4.3.2) i dont have WebKit.framework
In new sdk webView has defaul cache (tnx HTML5 =) )… so all you need is include cache in your HTML