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

Keyboard won't save input language preference #7184

Open
allhavebrainimplantsandmore opened this issue Oct 29, 2020 · 0 comments
Open

Keyboard won't save input language preference #7184

allhavebrainimplantsandmore opened this issue Oct 29, 2020 · 0 comments

Comments

@allhavebrainimplantsandmore
Copy link

Software Versions

  • Python: 3.8
  • OS: Android 5.0.1, Keyboard: Swift (tested Android native keyboard on Android 7.1.1, language preferences saves fine)
  • Kivy: 2.0.0rc4
  • Kivy installation method: Pycharm

Describe the bug
A clear and concise description of what the bug is.

Request keyboard to enter text into a textinput widget. Change keyboard language from English to 'something else'. Defocus textinput. Keyboard released.

Request keyboard to enter text again into the same textinput widget. Keyboard language is English. Need it to stay 'something else' until manually changed.

I tried this in my kv file for the textinput widget: text_language: 'ru_RU' but that didn't seem to work.

As noted in the header, I can reproduce this on Android 5.0.1 with Swift Keyboard. Native AOSP keyboard on AOSP 7.1.1 saves language preference just fine.

Expected behavior
A clear and concise description of what you expected to happen.

Keyboard input language should stay the same between text input within the app, like in all Android apps.

To Reproduce
A short, runnable example that reproduces the issue with latest kivy master.

See description above.

Code and Logs and screenshots

// REPLACE ME: Paste your code and logs here, a template can be found at https://git.io/vM1id.

Additional context
Add any other context about the problem here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant