triniwiz / nativescript-plugins

Apache License 2.0
80 stars 50 forks source link

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

Open harshakuk opened 2 years ago

harshakuk commented 2 years ago

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.

kefahB commented 2 years ago

Hello @harshakuk,

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

kefahB commented 2 years ago

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 commented 1 year ago

Hello @harshakuk,

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

iOS seems to be working fine for me.

triniwiz commented 1 year ago

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