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

Keyboard not opening under Android #5590

Open
SolidTux opened this issue Jan 7, 2025 · 1 comment
Open

Keyboard not opening under Android #5590

SolidTux opened this issue Jan 7, 2025 · 1 comment
Labels
bug Something is broken

Comments

@SolidTux
Copy link

SolidTux commented Jan 7, 2025

Describe the bug
When using a text edit field, the onscreen keyboard is not opened under Android. Also other things like long pressing to open a menu do not work.

To Reproduce
Steps to reproduce the behavior (also appears with the hello-android example):

  1. Use eframe with NativeActivity
  2. Add text_edit_singleline
  3. Run with cargo apk
  4. Switch focus to text field

Expected behavior
When moving the focus to the text field, the onscreen keyboard should pop up and long pressing to copy/paste etc. should work.

Smartphone (please complete the following information):

  • Device: Pixel 7 Pro
  • OS: LineageOS 22.1 (Android 15)
@SolidTux SolidTux added the bug Something is broken label Jan 7, 2025
@SolidTux
Copy link
Author

SolidTux commented Jan 7, 2025

It looks like it might be related to this winit issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is broken
Projects
None yet
Development

No branches or pull requests

1 participant