-
-
Notifications
You must be signed in to change notification settings - Fork 21.9k
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
[Android] Implement native input dialog support #98574
[Android] Implement native input dialog support #98574
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
Added some minor comments to address.
82552fc
to
203e8c4
Compare
203e8c4
to
be5d7f7
Compare
Thanks! |
@syntaxerror247 how does it work? Does it work with code editor? Can I have the apk with more examples? Also the ui is like old Android version. Can you make the ui better? |
@UnderGamer05 You can use this with Currently, It is not integrated in editor. For better UI see this proposal godotengine/godot-proposals#11071 |
This PR brings native input dialog support to Android, aligning with existing functionality currently available only on macOS and Windows.
It provides Android's native text selection handles, this can be useful for single-text-box scenarios where user input is required.
Demo video
Screenrecorder-2024-10-27-17-05-13-255.mp4