Skip to content

Issue selecting image after app resumes from 3d Authentication on Android #136

Open
@harshakuk

Description

@harshakuk

I add the stripe test card 4000 0000 0000 3220
I complete the 3D secure Authentication and close the window which takes me back to the app.

After i resume back to the app i notice that selecting images from the phone gallary or capturing images through camera stops working.

Everything works expected once i restart the app.

Based on my findings in case of imagepicker ->

var context = imagepicker.create({ mode: "single" });
context.present() never resolves the promise and thus image selected from gallary isn't shown in the app.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions