Known Issues & Limitations
Since Hermit is based on WebView (rather than Chromium or Gecko), some features cannot be supported.
SharedArrayBuffer
-
https://issues.chromium.org/issues/40914606#comment5
Comment from Google: “WebView does not support cross-origin isolation at all, regardless of whether web pages opt in via headers. Current versions of WebView only use one renderer process for each Android app that is using WebView, so no isolation is possible. Closing bug, as this is working as intended.”