-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[SafeArea] [Android] Padding not restored after SoftInput closes #33276
Copy link
Copy link
Closed
Labels
area-safeareaIssues/PRs that have to do with the SafeArea functionalityIssues/PRs that have to do with the SafeArea functionalityi/regressionThis issue described a confirmed regression on a currently supported versionThis issue described a confirmed regression on a currently supported versionplatform/androidregressed-in-10.0.10s/triagedIssue has been reviewedIssue has been revieweds/verifiedVerified / Reproducible Issue ready for Engineering TriageVerified / Reproducible Issue ready for Engineering Triaget/bugSomething isn't workingSomething isn't working
Milestone
Description
Description
Safe area management is not working properly with soft input.
The initial safe area padding is not added back when the IME closes.
Look at the space below Type something input.
Screen.Recording.2025-12-23.at.17.00.16.mov
Steps to Reproduce
<ContentPage SafeAreaEdges="SoftInput">
<ScrollView>
<VerticalStackLayout>
<Grid HeightRequest="1000" />
<Entry />
Note: I'm within a Shell page.. not that it matters I believe.
Link to public reproduction project repository
No response
Version with bug
10.0.20
Is this a regression from previous behavior?
No, this is something new
Last version that worked well
Unknown/Other
Affected platforms
Android
Affected platform versions
No response
Did you find any workaround?
No workarounds
Relevant log output
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area-safeareaIssues/PRs that have to do with the SafeArea functionalityIssues/PRs that have to do with the SafeArea functionalityi/regressionThis issue described a confirmed regression on a currently supported versionThis issue described a confirmed regression on a currently supported versionplatform/androidregressed-in-10.0.10s/triagedIssue has been reviewedIssue has been revieweds/verifiedVerified / Reproducible Issue ready for Engineering TriageVerified / Reproducible Issue ready for Engineering Triaget/bugSomething isn't workingSomething isn't working

