Skip to content

Cannot overlay Compose elements on top of WebView (even with compose.swing.render.on.graphics/interop.blending) #2

@kdroidFilter

Description

@kdroidFilter

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions