-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tab bar tap to return to main page #38
Comments
Tab Bar can now go to root if navigation path isn't empty. On SearchView it can open the search field if the navigation path is empty. Tested on: iOS. Update packages to their latest versions.
Set to release on the App Store as version 2.7.3. |
@MadeiraAlexandre Do you think that's fine to add a I checked but I’m not really into The idea is common to other apps that uses a TabBar: when you are already on the main page ( |
Yes, it is fine. I've done it for Kitsune for MyAnimeList (on the Season and Profile page, on the others tabs I'll do it in a future update). |
Thanks @MadeiraAlexandre , that's awesome! Yes, I saw what you've done in the |
There's some big changes to how TabView operates on iOS and iPadOS 18. Some of this changes could also reduce code for the macOS side. |
UIKit TabView should fix it, tap to return to root doesn't seem supported yet by SwiftUI TabView.
The text was updated successfully, but these errors were encountered: