Skip to content

No native "back to app" animation after selecting images on iOS. #347

Description

@happaro

I noticed that after selecting images there is no animation of transition to the application from native picker window. Perhaps this is done to prevent errors. If so, can you tell for which ones?

I added this animation by changing lines
[picker dismissViewControllerAnimated:NO completion:nil];
to
[picker dismissViewControllerAnimated:YES completion:nil];
in NativeGallery.mm

P.S. Thanks for plugin:)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions