We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If you touch an entry field while in landscape mode on Android, the edit box which comes up displays a "0" which you cannot remove.
func main() { application := app.New() window := application.NewWindow("Test") entryField := widget.NewEntry() window.SetContent(entryField) window.ShowAndRun() }
e050d79
1.20.5
Android 10 and 12.1
No response
The text was updated successfully, but these errors were encountered:
This is resolved on develop branch. Will be in v2.4.1
Sorry, something went wrong.
No branches or pull requests
Checklist
Describe the bug
If you touch an entry field while in landscape mode on Android, the edit box which comes up displays a "0" which you cannot remove.
How to reproduce
Screenshots
Example code
Fyne version
e050d79
Go compiler version
1.20.5
Operating system and version
Android 10 and 12.1
Additional Information
No response
The text was updated successfully, but these errors were encountered: