-
-
Notifications
You must be signed in to change notification settings - Fork 684
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
create navigation drawer #638
Comments
It's not currently possible - firstly because the Android backend is a bit broken, but secondly because our widget library is a bit sparse at the moment. However, adding a widget like this is on our roadmap. It's a common design pattern for mobile apps, and we will want to find a common way to represent the pattern. |
ok thank you!!! |
Related: #785 |
At least in my mind, this is a slightly different feature request. There's obviously some overlap (because the UX element appears in the titlebar), but a "NavigationController" to me is more about the "pushing a stack of views" for drilling into deep content. The "side drawer" is more of a top-level mechanism for system commands - more of an analog of the menu bar on a desktop app. |
is it possible to make a mobile app navigation drawer like this one using toga? This will be much easier for my users to navigate through my app and looks much neater
The text was updated successfully, but these errors were encountered: