Anyone have some tricks to keep top-pinned components (like a nav bar) visible when using the defaul...
g
Anyone have some tricks to keep top-pinned components (like a nav bar) visible when using the default focus behavior on iOS? I know
onFocusBehavior = OnFocusBehavior.DoNothing
exists, but the animations are a bit too janky when that is set.
a
g
Oh nice I forgot that works in Compose Multiplatform now! Thanks!