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
I'm on the latest commit testing on ios 17+
A few weeks ago this was working fine, but now I see this happening. I tried using older commits but it didn't seem to fix it so I guess it's not necessarily the library at fault here, but I have no other ideas what to try.
I use a floater popup, when it appears, it shows right above the tab bar view, which is correct. If i select an image and increase the height of the floater window, the view expands downwards under the tab bar view items.
What I would expect and what was happening before was that the view would expand upwards, so it'll always have the safe area inset padding.
I tried setting the vertical padding for the floater when i select the image, but the view doesn't update.
I'm on the latest commit testing on ios 17+
A few weeks ago this was working fine, but now I see this happening. I tried using older commits but it didn't seem to fix it so I guess it's not necessarily the library at fault here, but I have no other ideas what to try.
I use a floater popup, when it appears, it shows right above the tab bar view, which is correct. If i select an image and increase the height of the floater window, the view expands downwards under the tab bar view items.
What I would expect and what was happening before was that the view would expand upwards, so it'll always have the safe area inset padding.
I tried setting the vertical padding for the floater when i select the image, but the view doesn't update.
Any ideas? 🙏
My setup is something like
EDIT: Added an example project where i could reproduce it
PopupTestApp.zip
The text was updated successfully, but these errors were encountered: