We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
请教下,我用wkwebview 用这种方式处理cookie是可以的,https://github.com/GaoGuohao/GGWkCookie 这个链接,包括删除或者更新某个cookie,但是用kkwebview发现更新删除不成功,我以为是kkwebview 复用的问题,但是我退出登录的时候调用了clearAllReusableWebViews发现 问题依然存在,请问是kkwebview内部做了什么处理吗?
The text was updated successfully, but these errors were encountered:
我也遇到了同样的问题,请问有什么方法能删除cookie吗
Sorry, something went wrong.
- (void)removeDataOfTypes:(NSSet<NSString *> *)dataTypes modifiedSince:(NSDate *)date completionHandler:(void (^)(void))completionHandler;
删除cookie
No branches or pull requests
请教下,我用wkwebview 用这种方式处理cookie是可以的,https://github.com/GaoGuohao/GGWkCookie 这个链接,包括删除或者更新某个cookie,但是用kkwebview发现更新删除不成功,我以为是kkwebview 复用的问题,但是我退出登录的时候调用了clearAllReusableWebViews发现 问题依然存在,请问是kkwebview内部做了什么处理吗?
The text was updated successfully, but these errors were encountered: