Skip to content

Fixes android screen-keyboard backspace issue. - #124288

Merged
Alexandru Dima (alexdima) merged 1 commit into
microsoft:mainfrom
huszkacs:bug/issues_with_backspace
May 31, 2021
Merged

Fixes android screen-keyboard backspace issue.#124288
Alexandru Dima (alexdima) merged 1 commit into
microsoft:mainfrom
huszkacs:bug/issues_with_backspace

Conversation

@huszkacs

Copy link
Copy Markdown
Contributor

This PR fixes #107602.

Android screen-keyboard event's code field is empty, therefor it has to be set by the keyCode value. Reason why that one liner is enough, because the commandId later will be calculated based on the code value. In case of Backspace Keydown event commandId must be 'deleteLeft' in order to perform a delete.

@alexdima

Copy link
Copy Markdown
Member

Thank you!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Issues with Backspace in Codespaces on Android (Surface Duo)

3 participants