spiegel-keyman/web/source/osk
Marc Durdin 4d07a393b0 fix(web): sporadic blank keyboard on Android
Fixes #3996.

This is a tentative fix: it merely prevents `_Hide` from having any effect when in embedded mode. Tested on Android and could not force any issues.

However, it addresses the symptom and is probably sufficient but does not actually fix the root issue of the problem, which is that the `_Hide` method should never be called for embedded mode, as keyboard visibility is controlled by the host Keyman Engine on the device. Digging out those code paths is a much bigger job, and as the keyboard continues to function correctly if the effect of the hide (opacity=0) is undone by hand using web inspector, I am reasonably confident that this won't break other things.
2020-12-14 09:51:27 +11:00
..
banner.ts fix(web/ui): Add check for suggestion.tag 2020-12-07 08:59:46 +07:00
bannerManager.ts feat(web/engine): LanguageProcessor events now EventEmitter-backed 2020-04-09 14:05:30 +07:00
languageMenu.ts refactor(web/engine): relocates kmwdom.ts and kmwdomevents.ts 2020-03-26 10:05:47 +07:00
oskManager.ts fix(web): sporadic blank keyboard on Android 2020-12-14 09:51:27 +11:00
preProcessor.ts fix(web): Fixes #3930 - adds keySpec null guard during click processing 2020-11-24 10:33:11 +07:00
visualKeyboard.ts Merge pull request #4098 from keymanapp/fix/web/offsettop-null 2020-12-10 10:09:05 +07:00