Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Another path to localstorage #4

Closed
merryejik opened this issue Sep 28, 2017 · 4 comments
Closed

Another path to localstorage #4

merryejik opened this issue Sep 28, 2017 · 4 comments

Comments

@merryejik
Copy link
Contributor

NSString *databasePath = [libraryDir
stringByAppendingPathComponent:@"WebKit/WebsiteData/LocalStorage/"];

Some more information about paths in this code: https://github.com/MaKleSoft/cordova-plugin-migrate-localstorage/blob/master/src/ios/MigrateLocalStorage.m

@wootwoot1234
Copy link
Owner

Ok, thanks. What am I looking for?

@merryejik
Copy link
Contributor Author

merryejik commented Sep 28, 2017

I made pull request.
UIWebView had localstorage at WebKit/LocalStorage. But from iOS8 we should use WKWebView. Localstorage is there at "WebKit/WebsiteData/LocalStorage".

@wootwoot1234
Copy link
Owner

I just merged #6 and published your changes to npm. Thanks again!

@merryejik
Copy link
Contributor Author

And thanks you too, that I don't need to do all this staff for myself :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants