fix: Ajuste issues Android (cordova-android@15) and iOS 8.0.0 - #186
Open
gabriel2mm wants to merge 2 commits into
Open
fix: Ajuste issues Android (cordova-android@15) and iOS 8.0.0#186gabriel2mm wants to merge 2 commits into
gabriel2mm wants to merge 2 commits into
Conversation
joschka-cesar
added a commit
to thing-it/cordova-plugin-ionic-keyboard
that referenced
this pull request
Jul 3, 2026
[self.webView.window bounds] returns a zero rect while a fullscreen modal (e.g. an SSO flow via ASWebAuthenticationSession) covers the webview, because UIKit detaches the presenting view from the window hierarchy. Keyboard notifications arriving in that state resized the webview against the zero rect, leaving the UI permanently shifted after the overlay closed. Keep webView.window as the primary source (the cordova-ios 8 fix from ionic-team#184 / ionic-team#186) and only fall back when it is nil. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
The rewrite of the Ionic keyboard plugin will resolve a duplicate rendering issue in cordova-android@15.
Change Type
Rationale / Problems Fixed
fixes #184
fixes #177
Platforms Affected