Cannot overlay Compose elements above the WebView, even with: - System.setProperty("compose.swing.render.on.graphics", "true") - System.setProperty("compose.interop.blending", "true") Repro: enable the flags, place a Box/overlay above `WryWebView`, run `./gradlew :demo:run`. Expected: overlay is visible. Actual: WebView always stays on top.