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
This is a minor issue, but I thought I'd mention it anyway.
When inside a modal, a short pull-to-refresh gesture triggers a refresh of the modal content.
At first, I thought I had forgotten to add the pull_to_refresh_enabled property to the modal configuration, but even with pull_to_refresh_enabled: false, the refresh still occurs.
CleanShot.2025-03-02.at.12.28.06.mp4
I couldn't reproduce this issue on Android, so it seems to be iOS-specific.
It only occurs in the "medium" and "large" modal styles. I couldn't reproduce it in the "full" style.
This isn't very noticeable in most cases, but if the modal content differs significantly from the native background colors, the refresh effect becomes more visible and may be distracting.
It could interfere with form inputs by clearing the input fields when a refresh is triggered.
The text was updated successfully, but these errors were encountered:
This is a minor issue, but I thought I'd mention it anyway.
When inside a modal, a short pull-to-refresh gesture triggers a refresh of the modal content.
At first, I thought I had forgotten to add the
pull_to_refresh_enabled
property to the modal configuration, but even withpull_to_refresh_enabled: false
, the refresh still occurs.CleanShot.2025-03-02.at.12.28.06.mp4
This isn't very noticeable in most cases, but if the modal content differs significantly from the native background colors, the refresh effect becomes more visible and may be distracting.
It could interfere with form inputs by clearing the input fields when a refresh is triggered.
The text was updated successfully, but these errors were encountered: