-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
IosSafariOptions.presentationStyle affecting only dismiss animation #305
Comments
Same Issue here! Have you found any fix? |
I am facing this issue as well, I tried going through the code but couldn't find anything missing @pichillilorenzo can you please look into it once? |
Fixed with new released version |
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. |
Environment
Flutter version: 1.12.13+hotfix.8
Plugin version: 2.1.0+1
Android version:
iOS version:
Xcode version:
Device information:
Description
Expected behavior:
On iOS the presentationStyle of SafariViewController should be the same for presenting/dismissing the controller.
Current behavior:
IosSafariOptions.presentationStyle passed in the initializer have no effect on the presentation but they affect the dismissal.
Steps to reproduce
opens/closes this way: https://www.dropbox.com/s/l37aob1amr9by47/no-options.mov?dl=0
only affects the dismissal: https://www.dropbox.com/s/vhl0ivgmvz55xli/with-options.mov?dl=0
The text was updated successfully, but these errors were encountered: