SwiftUIPagingScrollView icon indicating copy to clipboard operation
SwiftUIPagingScrollView copied to clipboard

Scroll issue

Open amrit42087 opened this issue 5 years ago • 2 comments

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

amrit42087 avatar Dec 13 '19 07:12 amrit42087

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

izakpavel avatar Dec 15 '19 17:12 izakpavel

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.

sarangborude avatar Jan 21 '20 19:01 sarangborude