-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[FIX] Android Keyboard Text Entry #3459
Conversation
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
okay so I tested:
-
browser keyboard interactions, deleting a wallet, searching for tokens, adding a token, adding an NFT, requesting a token, searching for a token(s) in the swaps flow & Entering your password in the secure your wallet flow.
-
enabled gboard then repeated the first bullet point
-
enabled swiftKey Keyboard then repeated the first bullet point
-
disabled gboard and enabled samsung keyboard and repeated the first bullet point
with that being said, 🌮 🌮🌮🌮🌮🌮
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Request to remove extra RN patch changes. LGTM after that's addressed
@Cal-L Updated RN patch. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description
Added a check for users using
gboard
as a keyboard and removing keyboard learning during the use of the MetaMask app.Checklist
Issues
Related #3460