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

[WIP] feat: Basic keyboard events support on Android #10387

Closed
wants to merge 7 commits into from

Conversation

MartinZikmund
Copy link
Member

@MartinZikmund MartinZikmund commented Nov 10, 2022

GitHub Issue (If applicable): closes #13983

PR Type

What kind of change does this PR introduce?

What is the current behavior?

What is the new behavior?

PR Checklist

Please check if your PR fulfills the following requirements:

Other information

Internal Issue (If applicable):

@gitpod-io
Copy link

gitpod-io bot commented Nov 10, 2022

@github-actions github-actions bot added platform/android 🤖 Categorizes an issue or PR as relevant to the Android platform platform/ios 🍎 Categorizes an issue or PR as relevant to the iOS platform labels Nov 10, 2022
@MartinZikmund MartinZikmund self-assigned this Nov 11, 2022
@@ -48,7 +48,7 @@ public static VirtualKey FromKeyCode(UIKeyboardHidUsage keyCode)
UIKeyboardHidUsage.KeyboardZ => VirtualKey.Z,

UIKeyboardHidUsage.KeyboardPeriod => VirtualKey.Decimal,
UIKeyboardHidUsage.KeyboardEqualSign => VirtualKey.Enter,
UIKeyboardHidUsage.KeyboardEqualSign => VirtualKey.Enter, // TODO: THIS IS NOT CORRECT
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙀

@MartinZikmund MartinZikmund changed the title feat: Keyboard events support on Android [WIP] feat: Keyboard events support on Android Nov 15, 2022
@MartinZikmund MartinZikmund force-pushed the dev/mazi/android-keyboard branch from 995312e to 8de962e Compare March 13, 2023 16:57
@MartinZikmund MartinZikmund force-pushed the dev/mazi/android-keyboard branch from 23fd7d2 to 264c81a Compare March 20, 2023 17:35
@github-actions github-actions bot added the area/automation Categorizes an issue or PR as relevant to project automation label Mar 20, 2023
@MartinZikmund MartinZikmund force-pushed the dev/mazi/android-keyboard branch 2 times, most recently from bf3a832 to a95eea3 Compare April 3, 2023 16:41
@MartinZikmund MartinZikmund force-pushed the dev/mazi/android-keyboard branch from a95eea3 to cb4082c Compare April 3, 2023 16:50
@MartinZikmund MartinZikmund changed the title [WIP] feat: Keyboard events support on Android [WIP] feat: Basic keyboard events support on Android Apr 4, 2023
@MartinZikmund
Copy link
Member Author

Not up to date anymore, but can be reworked again on the latest master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/automation Categorizes an issue or PR as relevant to project automation platform/android 🤖 Categorizes an issue or PR as relevant to the Android platform platform/ios 🍎 Categorizes an issue or PR as relevant to the iOS platform
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Android] TextBox.KeyDown event is not working
2 participants