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

Use android-activity's show_soft_input to summon the keyboard. #3993

Merged
merged 5 commits into from
Nov 13, 2024

Conversation

podusowski
Copy link
Contributor

@podusowski podusowski commented Nov 10, 2024

Is is a followup for #3787, which became stalled. Together with #3839, it should allow basic typing in Egui (and probably others) on Android.

As I understand, this approach might not be compatible in some Android version due to some bug in Android's Game SDK, however it does work for my Android 12, so I believe it a gain regardless. Also, android-activity seems like a better place to address this bug anyway.

  • Tested on all platforms changed
  • Added an entry to the changelog module if knowledge of this change could be valuable to users

Not applicable, I think:

  • Updated documentation to reflect any user-facing changes, including notes of platform-specific behavior
  • Created or updated an example program if it would help users understand this functionality
  • Updated feature matrix, if new features were added or implemented

Copy link
Member

@kchibisov kchibisov left a comment

Choose a reason for hiding this comment

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

Could you update the set_ime_allowed platform specific docs moving Android to ios.

@kchibisov kchibisov merged commit 9f8ac8f into rust-windowing:master Nov 13, 2024
58 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants