Fix webview overlap with keyboard on SDK 35#2712
Open
Alexeyca wants to merge 1 commit intoAzureAD:devfrom
Open
Fix webview overlap with keyboard on SDK 35#2712Alexeyca wants to merge 1 commit intoAzureAD:devfrom
Alexeyca wants to merge 1 commit intoAzureAD:devfrom
Conversation
Author
|
@microsoft-github-policy-service agree
… On Jul 17, 2025, at 7:55 AM, microsoft-github-policy-service[bot] ***@***.***> wrote:
microsoft-github-policy-service[bot]
left a comment
(AzureAD/microsoft-authentication-library-common-for-android#2712)
<#2712 (comment)>
@Alexeyca <https://github.com/Alexeyca> please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
@microsoft-github-policy-service agree [company="{your company}"]
Options:
(default - no company specified) I have sole ownership of intellectual property rights to my Submissions and I am not making Submissions in the course of work for my employer.
@microsoft-github-policy-service agree
(when company given) I am making Submissions in the course of work for my employer (or my employer has intellectual property rights in my Submissions by contract or applicable law). I have permission from my employer to make Submissions and enter into this Agreement on behalf of my employer. By signing below, the defined term “You” includes me and my employer.
@microsoft-github-policy-service agree company="Microsoft"
Contributor License Agreement
<http://www.opensource.org/>
—
Reply to this email directly, view it on GitHub <#2712 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AGYA26EHPLUP74LIKJZJXTT3I6MK5AVCNFSM6AAAAACBXYDTM6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTAOBTHE3DSMZSGI>.
You are receiving this because you were mentioned.
|
rpdome
added a commit
that referenced
this pull request
Jul 30, 2025
[AB#3129177](https://identitydivision.visualstudio.com/fac9d424-53d2-45c0-91b5-ef6ba7a6bf26/_workitems/edit/3129177) - Make sure the status bar is visible. - Adjust insets to make sure the view is not overlapped by system UI/UX - Also included keyboard insets as raised in #2712. Thank you @Alexeyca <img width="207" height="459" alt="image" src="https://github.com/user-attachments/assets/c39af0bb-2338-49ca-b008-558d8da3fd43" /> <img width="207" height="459" alt="image" src="https://github.com/user-attachments/assets/55b97826-c1cd-43e1-8c3a-1eb942142686" /> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.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.
This fix the issue that arises after updating the SDK to version 35.

WebView overlaps with the keyboard, preventing users from typing their credentials.