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 click failure for emulated keys when using Android > 12 #1240

Conversation

richteas75
Copy link
Contributor

When scrolling emulated keys to their maximum position to the left or right on Android 12 or later, clicking the keys does not initate a response. This seems to be connected to the overscroll stretch effect introduced with Android 12 (https://developer.android.com/about/versions/12/behavior-changes-all#overscroll).
Setting
android:overScrollMode="never"
for the corresponding HorizontalScrollView fixes that.

…olling emulated keys to their maximum position to the left or right
@kruton kruton force-pushed the fix_emulated_keyboard_onclick_for_android_12 branch from 8430a21 to 289e395 Compare April 14, 2023 16:50
@kruton kruton enabled auto-merge (rebase) April 14, 2023 16:51
@kruton kruton merged commit 064d1de into connectbot:main Apr 14, 2023
5 checks passed
@richteas75 richteas75 deleted the fix_emulated_keyboard_onclick_for_android_12 branch April 19, 2023 07:21
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.

None yet

2 participants