Filip Wirefors

Results 7 comments of Filip Wirefors

Maybe instead of patching the current WKWebView we can implement proper cookie-handling in this component, when iOS11 is out. With iOS11 Apple seems to have added the proper tools to...

After the v1.17.0 release this component actually works fine for my use case (Several webviews that needs to share the session cookies and local storage). I cant grab the cookies...

Maybe instead of patching the current WKWebView we can implement proper cookie-handling in this component, when iOS11 is out. With iOS11 Apple seems to have added the proper tools to...

Not sure about the current implementation, but with iOS11 it will be possible. If its being implemented. https://developer.apple.com/documentation/webkit/wkwebview/2873260-takesnapshotwithconfiguration

@mxstbr Did you ever find a solution for this? I suspect that there is something fishy going on with this library and CORS. I cant get it to accept cross...

Ah, sorry, yes I will add that to the documentation :)

Not in the dispatch statement, but when adding the component to the page, loke so: ``` const snackStyles = { snack: { width: '300px', textAlign: 'center', }, }; ``` I'll...