-
Notifications
You must be signed in to change notification settings - Fork 66
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
Gravity doesn't appear to work? #21
Comments
Hmm it shouldn't be getting cut-off. Can you check if this works with the native |
I believe it's the same issue as #15. I tried investigating why that is but I haven't yet figured it out. Yes, it works well with |
Ah, yes, it does appear to be the same as #15. The native PopupMenu does handle which direction it should draw automatically based on the view position of the anchor. Note, in my screenshot you can scroll the list, but whatever PopupMenu is doing to figure out which direction to draw in would be much preferred. Great library, btw! |
@Kev1000000 have you found some workaround for this? |
Nope, was hoping for a proper fix :( |
@Kev1000000 @saket is this issue already fixed ? |
Sorry I never got enough time to make this work. From what I understand, Does anyone want to help me out with this? I haven't been able to find enough time to fix this bug. 🙂 Alternatively, are you able to use Compose UI? |
Can you assign this one as well to me ? |
Sure go ahead! |
I am using Cascade as a means to show a menu in a scrolling list that takes up the entire vertical space of the device. For items at the very end, I'd prefer if the menu anchors at the bottom and and then draws upward rather than achor at the top of the view, draw downward, and then get cutoff by the screen.
I've tried setting Cascade to use various Gravities, but changing the value seems to have no effect.
The text was updated successfully, but these errors were encountered: