You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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 ?
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.The text was updated successfully, but these errors were encountered: