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

Android Duplicate Number Entry #1256

Closed
stuartmscott opened this issue Aug 21, 2020 · 7 comments
Closed

Android Duplicate Number Entry #1256

stuartmscott opened this issue Aug 21, 2020 · 7 comments
Labels
bug Something isn't working Hacktoberfest Issues that count towards Hacktoberfest scores. OS:Android Tickets affecting only Android devices

Comments

@stuartmscott
Copy link
Member

Describe the bug:

Tapping on a number in the stock android keyboard results in two numbers being entered into the widget.Entry

To Reproduce:

Steps to reproduce the behaviour:

  1. Install fyne_demo
  2. Click on Widgets -> Text
  3. Tap Entry and insert numeric info
  4. See error

Screen capture:

https://gophers.slack.com/archives/CB4QUBXGQ/p1598039652090300 (Github doesn't support uploading mp4)

Device (please complete the following information):

  • OS: Android
  • Version: 10
  • Go version: go1.15 darwin/amd64
  • Fyne version: 6c9ed1b
@LuminousLizard
Copy link

LuminousLizard commented Nov 26, 2020

I have the same issue on Android 10. I compiled the fyne_demo for android and only numeric input is doubled on all entry forms (standard, only numeric and multiline). I think its not a sensitivity problem because:

  1. letters work correct

  2. in landscape mode the numbers are insert correct (1 times), but if I rotate then to portrait mode, the previously entered numbers are displayed twice again.

Device:
OS: Android
Version: 10 Q (/e/)
Go version: go1.15.5 linux/amd64
Fyne version: b0e67eb

@andydotxyz
Copy link
Member

Thannks @LuminousLizard which keyboard are you using? (different Android installs seem to ship with different defaults).

@LuminousLizard
Copy link

LuminousLizard commented Nov 26, 2020

I'm using the Lineage OS AOSP keyboard, its shipped with the /e/ (a Lineage fork). I will try some other keyboard apps.

@LuminousLizard
Copy link

I tested "Simple keyboard" (https://github.com/rkkr/simple-keyboard) which is also based on AOSP and it has the same problems.

The second one is "Hackers Keyboard" (https://github.com/klausw/hackerskeyboard) is also based on AOSP but the issues are a little bit different xD

  1. In portrait mode numbers are also inserted twice. But if I insert a number in landscape mode and rotated the phone back in portrait mode, then the numbers remain single (and are not shown doubled like tan with the other keyboards).
  2. On this keyboard the remove key works. Not with the "standard Lineage OS AOSP keyboard" and the "simple keyboard". (Would also open an own issue if desired)

@LuminousLizard
Copy link

GBoard (standard google keyboard) has the same problems.

@andydotxyz
Copy link
Member

Fix is merged into release/v1.4.x, tested with GBoard. If you are able to verify with AOSP that would help thanks @LuminousLizard

andydotxyz added a commit that referenced this issue Nov 27, 2020
@LuminousLizard
Copy link

I will try it on the next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Hacktoberfest Issues that count towards Hacktoberfest scores. OS:Android Tickets affecting only Android devices
Projects
None yet
Development

No branches or pull requests

3 participants