4

如何使用 webView 本地存储?我试试这个:

  WebPreferences* prefs = [webView preferences];
  [prefs _setLocalStorageDatabasePath:@"~/Library/Application Support/MyApp"];
  [prefs setLocalStorageEnabled:YES];

但在新的 IOS sdk (xcode 4.3.2) 中我没有 WebKit.framework

4

1 回答 1

0

在新的 sdk webView 中有默认缓存 (tnx HTML5 =) )...所以你需要的只是在你的 HTML 中包含缓存

于 2012-04-25T13:50:39.057 回答