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
Animation bug having to do with the POPOVER presentationstyle for SFSafariViewController.
Expected behavior:
Notice how in the second GIF, the app itself is pushed back, whereas in the first GIF, we can see a semi-transparent view created instead of the native push back animation for the app.
Current behavior:
While this works, there is a bug in the animation through which the SFSafariViewController appears. The background elements are not pushed backwards like in the native IOS push animation. Instead there is a faint transparent transition element.
The text was updated successfully, but these errors were encountered:
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug and a minimal reproduction of the issue.
https://stackoverflow.com/questions/62404311/flutter-sfsafariviewcontroller-doesnt-open-like-a-native-ios-modal
Description
Animation bug having to do with the POPOVER presentationstyle for SFSafariViewController.
Expected behavior:
Notice how in the second GIF, the app itself is pushed back, whereas in the first GIF, we can see a semi-transparent view created instead of the native push back animation for the app.
Current behavior:
While this works, there is a bug in the animation through which the SFSafariViewController appears. The background elements are not pushed backwards like in the native IOS push animation. Instead there is a faint transparent transition element.
The text was updated successfully, but these errors were encountered: