Skip to content
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

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

Open
harshakuk opened this issue Aug 31, 2022 · 4 comments
Open
Labels
Android bug Something isn't working Stripe

Comments

@harshakuk
Copy link

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.

@harshakuk harshakuk changed the title Issue selecting image after app resumes from 3d Authentication Issue selecting image after app resumes from 3d Authentication on Android Aug 31, 2022
@triniwiz triniwiz added Android Stripe bug Something isn't working labels Aug 31, 2022
@kefahB
Copy link
Contributor

kefahB commented Sep 8, 2022

Hello @harshakuk,

Do you have an issue with 3ds on IOS like #137 ?

@kefahB
Copy link
Contributor

kefahB commented Sep 8, 2022

They are some wired thing with NS sometimes especially if you use BottomNavigation plugin ! how do you handle navigation on xml page ? I mean with loaded or navigated|navigatingTo ?

@harshakuk
Copy link
Author

Hello @harshakuk,

Do you have an issue with 3ds on IOS like #137 ?

iOS seems to be working fine for me.

@triniwiz
Copy link
Owner

triniwiz commented Oct 3, 2022

@harshakuk Can you try 9.0.0-alpha.0 version of stripe along with 8.4.0-alpha.0 of the android runtime

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Android bug Something isn't working Stripe
Projects
None yet
Development

No branches or pull requests

3 participants