-
Notifications
You must be signed in to change notification settings - Fork 1.9k
RefreshView TapGestureRecognizer Event does not respond on iOs for items which are only visible after scrolling #14060
Description
Description
In a RefreshView the TapGestureRecognizer Event does not respond on iOs for items which are only visible after scrolling. The TapGestureRecognizer Event works for the first items which can be displayed on the screen but for the items which can only be reached by scrolling down the TapGestureRecognizer Event will not be triggered. This happens when items created in xaml and also when added in c# code.
This also happens when using Scrollview. For Scrollview this only happens when adding items after its creation. Therefore recreating the complete scrollview control is a possible workaround.
This issue occurs on iOS. Windows and Android work as expected.
Steps to Reproduce
Link to public reproduction project repository
[-](https://github.com/Yannikk1996/RefreshViewNotWorking)
Version with bug
7.0 (current)
Last version that worked well
Unknown/Other
Affected platforms
iOS
Affected platform versions
iOS 16.3.1
Did you find any workaround?
No
Relevant log output
No response