I have two WKWebView
s that load local HTML. They both have origin file://
so it should be possible for the two WKWebView
s to communicate with each other using localStorage. I tried but I was not able to get cross-WKWebView
communication working.
Is it possible for two WKWebView
s of the same origin to communicate directly with one another?