fix(ios): Adjust WebView sizing during keyboard size changes - #49
fix(ios): Adjust WebView sizing during keyboard size changes#49GabrielNSD wants to merge 1 commit into
Conversation
DescriptionFixes WebView resize on iPad when the keyboard changes size during a transition (e.g. accessory bar ↔ software keyboard, floating keyboard, Stage Manager layouts). Changes in
Change Type
Rationale / Problems FixedOn iPad, The WebView therefore keeps its previous height during these transitions, leaving incorrect layout until the keyboard is fully dismissed and reopened. This addresses the scenario described in #48. It complements upstream #52 (QuickType / Magic Keyboard black bar), which solves a different iPad keyboard issue with different heuristics — the two fixes are not interchangeable. Related: #48, original proposal in #49 Tests or ReproductionsTested on iPad:
Screenshots / MediaN/A — layout issue best observed interactively on iPad device/simulator. Platforms Affected
Notes / Comments
|
Proposition to solve #48