-
-
Notifications
You must be signed in to change notification settings - Fork 92
Open
Labels
Description
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.
- Use
PopupSceneDelegateto register popups as shown in the documentation - Setup a Popup
- Create a Scrollview or List with enough items to scroll
- Present the popup
- 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 |
Reactions are currently unavailable