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

When returning to the app after successful 3DSecure authentication, keyboard is not dismissed #109

Open
RyanLinXiang opened this issue May 19, 2023 · 1 comment

Comments

@RyanLinXiang
Copy link

On Android only: When successfully authenticated with 3DSecure and before returning to the app, keyboard is hiding and popping up again and will not be dismissed, even when user returned to the app.

This is however not always the case and happens only, when after clicking on the 'submit' button on the authentication website for 3DSecure the user is redirected back to the app too quickly.

I am using Pixel XL API 33 in the Android emulator.

@RyanLinXiang
Copy link
Author

RyanLinXiang commented May 22, 2023

Solved by adding the following line into an activity in AndroidManifest.xml:

android:windowSoftInputMode="stateAlwaysHidden"

But would be great you can check why right before the browser switch the SDK tries to open a keyboard.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant