You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Small Devices (iPhone SE) Library wont add space for grabber (grabber hidden or shown - the same)
Expected behavior
There is space for grabber before content
Actual behavior
Library wont add space for grabber
Steps to reproduce
See Screenshots (iPhone 15 Pro vs iPhone SE Gen 3)
How do you display panel(s)?
Present modally
How many panels do you displays?
1
Environment
Library version
2.8.1
Installation method
Swift Package Manager
iOS version(s)
17.2
Xcode version
15.2
The text was updated successfully, but these errors were encountered:
mihaicris-adoreme
changed the title
Small Devices (iPhone SE) Library wont add space for grabber
Small Devices (iPhone SE) Library won't add space for grabber
Feb 19, 2024
I tried to reproduce this issue with 'Show Panel in Sheet Modal' use case in the Samples app, but I couldn't.
It depends on your FloatingPanelLayout configuration, but I suppose it's caused by safe area behavior of the panel content. If the top anchor of 'Earning Loyalty Points' is constrained to a safeAreaLayoutGuide, I would like you to try to replace it with a constraint to a parent view layout guide.
Description
Small Devices (iPhone SE) Library wont add space for grabber (grabber hidden or shown - the same)
Expected behavior
There is space for grabber before content
Actual behavior
Library wont add space for grabber
Steps to reproduce
See Screenshots (iPhone 15 Pro vs iPhone SE Gen 3)
How do you display panel(s)?
How many panels do you displays?
Environment
Library version
2.8.1
Installation method
iOS version(s)
17.2
Xcode version
15.2
The text was updated successfully, but these errors were encountered: