-
Notifications
You must be signed in to change notification settings - Fork 1.9k
VerticalStackLayout inside Scrollview: Button at the bottom not clickable on IOS #14257
Copy link
Copy link
Closed
Labels
area-controls-scrollviewScrollViewScrollViewfixed-in-7.0.100fixed-in-7.0.101fixed-in-7.0.96Look for this fix in 7.0.96 SR8!Look for this fix in 7.0.96 SR8!fixed-in-8.0.0-preview.3.8149Look for this fix in 8.0.0-preview.3.8149!Look for this fix in 8.0.0-preview.3.8149!fixed-in-8.0.0-rc.1.9171Look for this fix in 8.0.0-rc.1.9171Look for this fix in 8.0.0-rc.1.9171layout-stackp/1Work that is important, and has been scheduled for release in this or an upcoming sprintWork that is important, and has been scheduled for release in this or an upcoming sprintplatform/iost/bugSomething isn't workingSomething isn't working
Milestone
Metadata
Metadata
Assignees
Labels
area-controls-scrollviewScrollViewScrollViewfixed-in-7.0.100fixed-in-7.0.101fixed-in-7.0.96Look for this fix in 7.0.96 SR8!Look for this fix in 7.0.96 SR8!fixed-in-8.0.0-preview.3.8149Look for this fix in 8.0.0-preview.3.8149!Look for this fix in 8.0.0-preview.3.8149!fixed-in-8.0.0-rc.1.9171Look for this fix in 8.0.0-rc.1.9171Look for this fix in 8.0.0-rc.1.9171layout-stackp/1Work that is important, and has been scheduled for release in this or an upcoming sprintWork that is important, and has been scheduled for release in this or an upcoming sprintplatform/iost/bugSomething isn't workingSomething isn't working
Type
Fields
Give feedbackNo fields configured for issues without a type.
Description
When you put a VerticalStackLayout inside a ScrollView and load some data dynamically (i.e. some Text using an async function) and then put a button on the end of the VerticalStackLayout, the Button-Handler never gets called.
This works on Android without any problem.
For me related to: #8820
Steps to Reproduce
Link to public reproduction project repository
https://github.com/FM1973/RefreshGridRepo.git
Version with bug
7.0 (current)
Last version that worked well
Unknown/Other
Affected platforms
iOS
Affected platform versions
iOS 14.x +
Did you find any workaround?
Yes, there is a workaround. It´s the same as before having the general ScrollView-problem stated in #8820
Look there: #8820 (comment)
Relevant log output