-
-
Notifications
You must be signed in to change notification settings - Fork 112
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] exceptions switching to certain keyboards #992
Comments
When the Android app attempts to download sil_bwe_karen https://api.keyman.com/cloud/3.0/languages/bwe/sil_bwe_karen?version=10.0.0.0&device=androidphone returns an empty language object
|
The Android app should be looking up https://api.keyman.com/cloud/3.0/languages/bwe-Latn/sil_bwe_karen?version=10.0.0.0&device=androidphone&languageidtype=bcp47 Which returns
|
hmm, that's something for us to chase down. In the debugger, I'm seeing language ID |
I've put this into the plan for this sprint because I think this needs to be fixed before 10.0 stable release. |
#1012 added the filter to the language tag query. But I'm still seeing symptoms on my physical device (Android 7.1). console log shows kmw_console_error
I can then add |
console error for
I wonder if the KMW namespacing |
From the debugger, the console error message from KMW is As an experiment, in kmwosk.ts I commented out line 4341
That seemed to get rid of the KMW console error. Dunno the side-effects... |
I'm getting intermittent weirdness switching to certain keyboards.
Screenshot below is from [sil_bwe_karen]. In the keyboard catalog, it's listed under "Karen, Bwe".
Is there some KMW issue with BCP 47 tags involving script tags?
Using Keyman Android 10.0.401 beta
Android 7.1 Nougat
Once this happens, it seems to trigger switching to every currently installed keyboard . even the default EuroLatin2. The keyboards seem to still type in the app.
The text was updated successfully, but these errors were encountered: