react-native-webview/docs
SebiVPS cdbfc19cd2 feat(iOS cookies): implement sharedCookiesEnabled prop for iOS RNCWKWebView (#175)
We had the problem on iOS WebViews that local cookies (stored in local HTTPCookieStorage, set with  [react-native-cookie](https://github.com/shimohq/react-native-cookie) ) were not added in loadRequests. On Android the local stored cookies were sent like expected.
This kinda "hacky" solution is the only way we found, that works for us.
The stack overview link is in the code below.
If someone finds a better solution we would very much like to accept that.
2019-04-15 10:19:10 +02:00
..
Contributing.md Update Contributing.md 2019-03-20 12:58:43 +00:00
Custom-Android.md chore(docs): Custom Android: Reflect migration to react-native-webview project (#347) 2019-02-15 11:56:55 +01:00
Custom-iOS.md feat(wkwebview): create api to allow clients to present a client credential for authentication (#141) 2019-02-12 10:35:14 +01:00
Debugging.md chore(documentation): Update Debugging.md (#96) 2018-10-30 15:47:05 +01:00
Getting-Started.md Update Getting-Started.md 2019-03-01 00:26:28 +01:00
Guide.md chore(docs): Add multiple file upload selection in the docs (#382) 2019-03-07 10:13:22 +01:00
Reference.md feat(iOS cookies): implement sharedCookiesEnabled prop for iOS RNCWKWebView (#175) 2019-04-15 10:19:10 +02:00