Without these, it is not easily possible to create paged or view-aligned scroll views (esp. with subviews that "peek" through on either side), or with a position that can be controlled programmatically.
Common examples of this sort of behavior in use can be found in the App Store, TV, Books, and Music apps. I've attached an example from the TV app as reference.
I don't know if this is easily doable with Jetpack Compose, but if feasible it'd be nice to have it supported.
Skip does not currently support the following modifiers to ScrollView and/or its contents:
scrollTargetBehavior
(.viewAligned
,.paged
, etc) LinkscrollClipDisabled
LinkscrollTargetLayout
Link.scrollPosition(id:anchor:)
LinkWithout these, it is not easily possible to create paged or view-aligned scroll views (esp. with subviews that "peek" through on either side), or with a position that can be controlled programmatically.
Common examples of this sort of behavior in use can be found in the App Store, TV, Books, and Music apps. I've attached an example from the TV app as reference.
I don't know if this is easily doable with Jetpack Compose, but if feasible it'd be nice to have it supported.