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 app does not show Chinese (default) keyboard #2418

Open
naowang opened this issue Aug 31, 2021 · 20 comments
Open

Android app does not show Chinese (default) keyboard #2418

naowang opened this issue Aug 31, 2021 · 20 comments
Labels
unverified A bug that has been reported but not verified

Comments

@naowang
Copy link

naowang commented Aug 31, 2021

build the example for android found that can't type unicode charactor to entry.
at android the entry can change the input method. only have ascii charactor keyboard.

@naowang naowang added the unverified A bug that has been reported but not verified label Aug 31, 2021
@andydotxyz
Copy link
Member

Please complete the original bug report template to include information software and hardware versions.
There are so many different android keyboards and OS you will need to be more specific.

@naowang
Copy link
Author

naowang commented Aug 31, 2021

plaform is android OS 10.
phone is huawei p30.
the keyboard is the huawei security keyboard. I didn't know why.
the keyboard can not change to other keyboard.

@andydotxyz
Copy link
Member

Can you please provide some replication steps about how we can get this keyboard and the sort of key that is not working?

@naowang
Copy link
Author

naowang commented Aug 31, 2021

the keyboard is part of system. have the phone have the keyboard. when click the entry the keyboard popup. maybe the entry attibute triggered the security keyboard.

@andydotxyz
Copy link
Member

Can you please include a screenshot of this secure keyboard. And one of the keyboard you would expect?

@naowang
Copy link
Author

naowang commented Aug 31, 2021

here can not reply image. I have replied by the email. can you receive it?

@andydotxyz
Copy link
Member

Images can be attached by tapping "Attach files by..." below the input box

@naowang
Copy link
Author

naowang commented Aug 31, 2021

Screenshot_20210901_004857_my domain appname1
this is the special keyboard.

@andydotxyz
Copy link
Member

To an English speaker this looks like the normal keyboard.
What were you expecting to see?

@naowang
Copy link
Author

naowang commented Aug 31, 2021

the system other edit default have right default chinese input keyboard. but this entry have wrong default input keyboard that can't input chinese character.

@naowang naowang changed the title build the example for android found that can't type unicode charactor to entry build the example for android found that can't type unicode character to entry Aug 31, 2021
@andydotxyz andydotxyz changed the title build the example for android found that can't type unicode character to entry Android app does not show Chinese (default) keyboard Sep 1, 2021
@andydotxyz
Copy link
Member

Ah now I understand - I have updated the title accordingly.

@andydotxyz
Copy link
Member

Can you please provide more information about how to replicate? We don't have any expert liguists here, but using Telugu/Indian as an example the keyboard appears as expected:

Screenshot 2021-09-01 at 09 20 17

@andydotxyz
Copy link
Member

this is the special keyboard.

Under what circumstances would you expect this special keyboard to appear on your device?

@naowang
Copy link
Author

naowang commented Sep 1, 2021

The huawei phone have one option when input password show the security keyboard. I closed the option. everything is right.
Maybe fyne entry was recognised as password entry by system.
Screenshot_20210901_162752_com android settings
Screenshot_20210901_163538_my domain appname1

@andydotxyz
Copy link
Member

Ah, this is starting to make sense. We request the "visible password" keyboard because Samsung phones ignore the "don't show autocomplete" hint. Perhaps we need to remove that workaround in the hope that they fix that bug?

@naowang
Copy link
Author

naowang commented Sep 1, 2021

remove it is right. thanks

@andydotxyz
Copy link
Member

I think we have this resolved in PR #2447, please can you let me know if it works @naowang ?

@naowang
Copy link
Author

naowang commented Sep 8, 2021

the developing edition display nothing. but I is click the entry area. the popup keyboard is not right.
Screenshot_20210908_221443_test app demo1

@andydotxyz
Copy link
Member

It seems there is an issue with light theme that has crept in.
If you set your phone to dark mode, or activate it in the code you can test this fix, we need to get the theme resolved in another change.
Sorry for the confusion

@andydotxyz
Copy link
Member

The theme fix is now merged into the PR so it should be working OK again.
My apologies for the problems, should not happen this late in testing!

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