WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

[BUG] Scrollable Content is not scrollable when popups is registered using PopupSceneDelegate #196

@iankoex

Description

@iankoex

Prerequisites

  • I checked the documentation and found no answer
  • I checked to make sure that this issue has not already been filed

Expected Behavior

When there is a popup on top of a scrollview, the scrollview should still be able to scroll the content.

Current Behavior

The behavior in 4.0.5 is such that the scrolling is disabled when popup is shown.
This is not the case when registering using .registerPopups() and this is not the case when using version 3.0.2
Basically nothing behind the popup can receive events until the popup is dismissed

Steps to Reproduce

Please provide detailed steps for reproducing the issue.

  1. Use PopupSceneDelegate to register popups as shown in the documentation
  2. Setup a Popup
  3. Create a Scrollview or List with enough items to scroll
  4. Present the popup
  5. Try to scroll the items

Code Sample

NA

Screenshots

NA

Context

Register popups with PopupSceneDelegate

Name Version
SDK e.g. 4.0.5
Xcode e.g. 26.1.1
Operating System e.g. iOS 26.1
Device e.g. iPhone 16 Pro

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions