-
Notifications
You must be signed in to change notification settings - Fork 11
Floating Panel - Add Keyboard Avoidance Support #380
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
Conversation
Sources/ArcGISToolkit/Components/FloatingPanel/FloatingPanel.swift
Outdated
Show resolved
Hide resolved
I'm getting incorrect, but different than before, behavior, along with the following message in the console:
Steps: At this point, you can no longer drag the FP handle to resize. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See the comment on keyboard avoidance and the FP switching to half-height
Largest to smallest detents are more intuitive
SwiftUI's sheet doesn't pad around the home bar
This has been re-worked and is ready for review once again. |
Apollo # 102
before.mp4
after.mp4
Adds keyboard avoidance functionality to the Floating Panel component and updates its associated example view. The example view has been reworked to set the stage for presenting different types of content compared to the single static list it currently presents. This should help to demonstrate and more easily test different use cases for the Floating Panel.