Cross site cookies

I am starting to believe it relates to needing to inject the first cookie when using wkwebview.

document.addEventListener('deviceready', () => {
    wkWebView.injectCookie('your-domain/');
});

If I take that code out, then ios breaks as well.

However, on localhost, it looks like wkwebview doesn’t load (which makes sense, right?)

Screen Shot 2020-02-28 at 3.49.14 PM