-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
[FEAT] multiple custom breakpoints #73
Comments
@CodeWithOz Please provide some video to better understanding your needs. |
@CodeWithOz |
@roman-rr yeah I think that will definitely help in some scenarios. How would this work with the |
@CodeWithOz Released minor version Finally, you can try to handle like this: keyboardOpenListener() {
pane.moveToHeight(575);
pane.disableDrag();
}
keyboardCloseListener() {
pane.moveToBreak('middle');
pane.enableDrag();
} |
Thank you! I ended up going with |
What are you trying to add to Cupertino-Pane?
I would like to have the option to add multiple breakpoints through the config, and possibly (more ideal) after initialization too (similar to the
.setBreakpoints()
method).Describe your feature request detailed
The middle breakpoint can be beneath the keyboard on some mobile screens. I don't want to adjust the height (to avoid moving the mid breakpoint too close to the top breakpoint) so ideally I would like to have the option to dynamically add and remove new breakpoints.
Is there an alternative at the latest version?
[ ] Yes (descripe the alternative)
[x] No
Is this related to an issue?
[ ] Yes (Give a link to the issue)
[x] No
The text was updated successfully, but these errors were encountered: