Skip to content

[SafeArea] [Android] Padding not restored after SoftInput closes #33276

@albyrock87

Description

@albyrock87

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.

Before:
Image

After:
Image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-safeareaIssues/PRs that have to do with the SafeArea functionalityi/regressionThis issue described a confirmed regression on a currently supported versionplatform/androidregressed-in-10.0.10s/triagedIssue has been revieweds/verifiedVerified / Reproducible Issue ready for Engineering Triaget/bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions