spiegel-keyman/android/docs/engine
Matthew Lee 6be82ac9b8 Adding Docs for getKeyboardHeightMin/max & updating webview height
Handling invalid orientations

updating orientation logic

refresh webview height if ApplyKeyboardHeight() has been applied without KB active

I ran into a bug building this code into app-builders and fixed it downstream. This commit pushes it upstream.

While resize dialog is open:
- Keyboard WebView is NOT loaded (isKeyboardLoaded() == false)
- ACTION_UP saves to SharedPreferences:  Works
 -But skips WebView layout update:  Because keyboard not loaded
 - User exits dialog, keyboard appears:
    - If the keyboard WebView loads and reads from SharedPreferences properly:  Works
    - But if there's a timing issue or the WebView had old layout params cached:  Touch zone mismatch
2025-11-21 14:50:03 -06:00
..
guides chore: increment to alpha 19.0 2025-02-11 14:14:15 +07:00
KeyboardEventHandler refactor(android): move Android Engine help in-repo 2024-10-31 10:08:17 +07:00
KMKeyboard refactor(android): move Android Engine help in-repo 2024-10-31 10:08:17 +07:00
KMManager Adding Docs for getKeyboardHeightMin/max & updating webview height 2025-11-21 14:50:03 -06:00
index.md chore: increment to alpha 19.0 2025-02-11 14:14:15 +07:00
whatsnew.md chore: increment to alpha 19.0 2025-02-11 14:14:15 +07:00