SwiftUIPagingScrollView
SwiftUIPagingScrollView copied to clipboard
Scroll issue
Hi, I have used this component in one of my projects. I have noticed that it block the outer scroll if this component is embedded in a scrollview
Well, generally there is a problem combining gesture recognizers with ScrollView or even embed standard ScrollView within another ScrollView... Honestly, I do not know of a way how to make it work now, as a workaround I would make probably add a gesture recognizer to your outer view and handle it by hand :/ I will try to examine
Hi, I am facing the same issue. The problem I noticed was when you embed the Paging view in a scrollview, the paging view offset has a problem. Seems like just changing the offset might help? There must be something that screws up the offset calculation once you embed it in a scroll view.