Open
Description
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.