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

Entry Field on Android in Landscape Mode Shows "0" #4036

Closed
2 tasks done
dozn opened this issue Jul 7, 2023 · 1 comment
Closed
2 tasks done

Entry Field on Android in Landscape Mode Shows "0" #4036

dozn opened this issue Jul 7, 2023 · 1 comment
Labels
unverified A bug that has been reported but not verified

Comments

@dozn
Copy link

dozn commented Jul 7, 2023

Checklist

  • I have searched the issue tracker for open issues that relate to the same problem, before opening a new one.
  • This issue only relates to a single bug. I will open new issues for any other problems.

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

  1. Go into landscape mode
  2. Click on the entry field

Screenshots

image
image

Example code

func main() {
	application := app.New()
	window := application.NewWindow("Test")

	entryField := widget.NewEntry()

	window.SetContent(entryField)
	window.ShowAndRun()
}

Fyne version

e050d79

Go compiler version

1.20.5

Operating system and version

Android 10 and 12.1

Additional Information

No response

@dozn dozn added the unverified A bug that has been reported but not verified label Jul 7, 2023
@andydotxyz
Copy link
Member

This is resolved on develop branch. Will be in v2.4.1

@andydotxyz andydotxyz added this to the D fixes (v2.4.x) milestone Oct 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
unverified A bug that has been reported but not verified
Projects
None yet
Development

No branches or pull requests

2 participants