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?)