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

Android and iOS have different function names #3

Open
djw27 opened this issue Aug 31, 2016 · 1 comment
Open

Android and iOS have different function names #3

djw27 opened this issue Aug 31, 2016 · 1 comment

Comments

@djw27
Copy link

djw27 commented Aug 31, 2016

Looks like the Android function names and behaviour have been modified but the iOS ones havent!

iOS -> Android
set(options,callback) -> setCookie(options)
getAll(callback) -> getCookie()
clearAll(callback) -> removeAllCookies()

@shexiaoheng
Copy link
Contributor

I have realized, I tried the next, Android does not to get and set the Cookie like iOS, is recommended when judged that platform to call the respective method

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