Skip to content
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

Closed
Brianzhengca opened this issue Jan 23, 2019 · 4 comments
Closed

create navigation drawer #638

Brianzhengca opened this issue Jan 23, 2019 · 4 comments

Comments

@Brianzhengca
Copy link

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
image

@freakboy3742
Copy link
Member

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.

@Brianzhengca
Copy link
Author

ok thank you!!!

@mhsmith
Copy link
Member

mhsmith commented Jun 7, 2024

Related: #785

@freakboy3742
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants