FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix(android-textfield): returnPress fired twice for GO/SEARCH/SEND actions by manoldonev · Pull Request #5727 · NativeScript/NativeScript · GitHub

fix(android-textfield): returnPress fired twice for GO/SEARCH/SEND actions - #5727

Merged
manoldonev merged 13 commits into
masterfrom
mdonev/android-double-returnpress-fix
May 16, 2018
Merged

manoldonev merged 13 commits into
masterfrom
mdonev/android-double-returnpress-fix

Conversation

Copy link
Copy Markdown
Contributor

Fixes #4461

It seems Android fires a complementary IME_ACTION_UNSPECIFIED action each time IME_ACTION_GO, IME_ACTION_SEARCH, or IME_ACTION_SEND is fired. As we need the IME_ACTION_UNSPECIFIED logic for a different fix (#5121) the proposal is to remove the explicit GO/SEARCH/SEND checks and handle them through the IME_ACTION_UNSPECIFIED.

Tested this change on physical Google Pixel and Samsung S8 phone, as well as on emulators with API levels 22, 23, and 25.

manoldonev added this to the 4.1 milestone Apr 23, 2018

Copy link
Copy Markdown
Contributor Author

test

dtopuzov commented May 5, 2018

Copy link
Copy Markdown
Contributor

test

ghost assigned SvetoslavTsenov May 7, 2018

Copy link
Copy Markdown
Contributor

test

1 similar comment

Copy link
Copy Markdown
Contributor

test

manoldonev merged commit ca444aa into master May 16, 2018
ghost removed the in progress label May 16, 2018
manoldonev deleted the mdonev/android-double-returnpress-fix branch May 16, 2018 12:13

lock Bot commented Aug 26, 2019

Copy link
Copy Markdown

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

lock Bot locked and limited conversation to collaborators Aug 26, 2019
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ReturnPress is invoked twice on returnKey tap

5 participants


Back | FazBrowse Home | New Git URL