Skip to content

Render anchored surfaces above child WebViews #301

Description

@marcusschiesser

The Agent Wars example in PR #292 embeds child WebViews below native model pickers. Its dropdowns require reserved empty space because anchored canvas surfaces cannot render above platform WebViews. Their late z-pass only affects ordering within the GPU canvas, so overlapping dropdown content is occluded.

Introduce a transient, transparent overlay surface above child WebViews for dropdowns, popovers, and tooltips. The overlay should exist only while content is visible, allowing underlying WebViews to remain live and render normally when it is hidden. Existing positioning, input, dismissal, focus, and accessibility behavior should be preserved.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions