Skip to content
New issue

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

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

Already on GitHub? # to your account

- added a shared WKProcessPool for webview instances #198

Conversation

robertcnst
Copy link

@robertcnst robertcnst commented Nov 19, 2019

Connection with issue(s)

Resolve issue #196, #152

Testing and Review Notes

We discovered that CookieManager fails to set cookies on iOS 11 and on iOS 12 it's working only before you are opening a webview. After that, if you want to set again some new cookies, the cookie store doesn't take care of them.

After hours of searches, we found out that there is a bug on older iOS versions and you need to use a shared WKProcessPool for your webviews - https://link.medium.com/VUNloIbpI1 https://forums.developer.apple.com/thread/99674.

Screenshots or Videos

To Do

  • double check the original issue to confirm it is fully satisfied
  • add testing notes and screenshots in PR description to help guide reviewers
  • request the "UX" team perform a design review (if/when applicable)

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

Successfully merging this pull request may close these issues.

3 participants