-
Notifications
You must be signed in to change notification settings - Fork 51
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
non-working input in TextField on Android #1281
Comments
Maybe you are using custom keyboard, I think, unfortunatly, it only works with default system installed keyboard! |
no - I use the standard one and it works until I change the children in the main vbox. But running in the test on linux and iPhone everything works fine everywhere document_5407057010380264569.mp4 |
I have the same issue, unfortunately, there is no solution yet.Can you provide minimal reproducibility? |
1)Creating a View controller singleton from FXML
**2) I initialize my controller at startup **
3) Create Vbox c TextFileds
4) Now when I take and change the children from my VBox from startMainController, the input to TextField will no longer work on Android |
Expected behavior**
An incomprehensible problem with typing in TextField on android 13
Current behavior**
I am programmatically replacing
And after replacing the TextField, it does not work correctly, the keyboard appears, but any input leaves the input window empty.
On iOS, the same code works perfectly!
My environment
Build via ubuntu:
-javafx-version 19
-gluon-plugin.version 1.0.23
-charm.version 6.2.3
-gluon-22.1.0.1-Final
document_5408960325137484597.mp4
The text was updated successfully, but these errors were encountered: