spiegel-keyman/android/KMEA/app/src
Marc Durdin 2b078ce165 fix(android): handle blank keyboard tap properly
Previously, the event handler was attached to body, but in the event of
the keyboard failing to render, the body element will typically be zero
pixels high. Instead, attach the handler to the document itself.
KeymanWeb, when running normally, will handle all touches on the
keyboard elements which take 100% of the real estate. So the document
tap will only be received in the case of an error condition.

Also, add a console error that will be reported to Sentry when user has
error reporting switched on.

Test-bot: skip
2026-07-10 14:08:27 +02:00
..
main fix(android): handle blank keyboard tap properly 2026-07-10 14:08:27 +02:00
test Merge pull request #16152 from keymanapp/fix/android/16122-refactor-KMLog 2026-07-08 22:34:21 +10:00