skiptools / skip-ui

SwiftUI for Android
https://skip.tools
GNU Lesser General Public License v3.0
119 stars 12 forks source link

Unsupported TabView modifier option for paged display... #43

Open jeffc-dev opened 1 month ago

jeffc-dev commented 1 month ago

The use of "paged" tab view styles is currently unsupported with SkipUI ("This API is not yet available in Skip.").

TabView {
   // ...tab views go here...
}
.tabViewStyle(.page)

Paged views like this are pretty common UX in many apps, and it'd be nice to see this functionality supported.

This wouldn't be a problem if Skip supported the combination of scrollTargetBehavior and scrollTargetLayout, as they can be used to replicate the same UX, but that too is currently unsupported (see this previously-filed issue).