Skip to content

Another path to localstorage #4

@merryejik

Description

@merryejik
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

Activity

wootwoot1234

wootwoot1234 commented on Sep 28, 2017

@wootwoot1234
Owner

Ok, thanks. What am I looking for?

merryejik

merryejik commented on Sep 28, 2017

@merryejik
ContributorAuthor

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

wootwoot1234 commented on Sep 29, 2017

@wootwoot1234
Owner

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

merryejik

merryejik commented on Sep 29, 2017

@merryejik
ContributorAuthor

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @wootwoot1234@merryejik

        Issue actions

          Another path to localstorage · Issue #4 · wootwoot1234/react-native-webkit-localstorage-reader