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

fix TouchBehavior Android KeyBoard activation #2497

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

plewm
Copy link

@plewm plewm commented Feb 6, 2025

Description of Change

Linked Issues

#2443

PR Checklist

  • Has a linked Issue, and the Issue has been approved(bug) or Championed (feature/proposal)
  • Has tests (if omitted, state reason in description)
  • Has samples (if omitted, state reason in description)
  • Rebased on top of main at time of PR
  • Changes adhere to coding standard
  • Documentation created or updated: https://github.com/MicrosoftDocs/CommunityToolkit/pulls

Additional information

@plewm
Copy link
Author

plewm commented Feb 6, 2025

@dotnet-policy-service agree

@plewm
Copy link
Author

plewm commented Feb 6, 2025

This solution is not yet perfect. I could not find out yet, why the keypress event is also raised with key action up, although the key is long pressed. Perfect would be to have a solution for the long touch by spacebar as well. Maybe this also can be done in another PR.

In this implementation only normal touches can be done via space bar and holding the space bar pressed results in a lot of normal touches/clicks.

@TheCodeTraveler TheCodeTraveler marked this pull request as draft February 6, 2025 15:33
@plewm
Copy link
Author

plewm commented Feb 7, 2025

@dotnet-policy-service agree

@dotnet-policy-service agree

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

Successfully merging this pull request may close these issues.

[BUG] Touchbehavior Keyboard Access Click not working on Android
2 participants