So I have a `VerticalPager` which used the `PageSi...
# compose
g
So I have a
VerticalPager
which used the
PageSize.Fixed
of 80% of the
height
of the screen, so more than ample room. Inside it, I have a
HorizontalPager
, but now the swiping left and right of the
HorizontalPager
is broken, is this normal behaviour and I’ve misunderstood how
PageSize.Fixed
is supposed to work? Removing the
pageSize
allows the
HorizontalPager
to work fine. thanks