roydbt

joined 1 year ago
[–] roydbt@kbin.social 2 points 1 year ago

Thanks! That was exactly what I was looking for

 

Currently the only official API I could find is this one. It doesn't say anything about posting and it's calling threads "entries" (I assume it was renamed before I got here).
If I want to develop an app for kbin today and I don't want to learn how to scrap the website, what API docs should I follow?

 

When I navigate backward (like swiping the view from the left), I want to be able to drag it back from the right to move to that previous view. Sort of like an undo stack.
I asked this question on StackOverflow and the solution there works, but doesn't feel "native": I want the full dragging-of-the-view effect just like in the native navigation.
Is it possible to use NavigationStack or other existing views to solve that?