spiegel-keyman/android/docs
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
..
engine Adding Docs for getKeyboardHeightMin/max & updating webview height 2025-11-21 14:50:03 -06:00
help docs(android): Rearrange section and add Sentry blurb 2025-11-11 15:42:58 +07:00
internal docs(android): Add android/docs/internal/README 2024-11-27 15:37:06 +07:00