Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Android] Modal Page doesn't resize after keyboard disappears in entry field #12637

Closed
Alexander-Mathew opened this issue Jan 13, 2023 · 11 comments · Fixed by #12661
Closed

[Android] Modal Page doesn't resize after keyboard disappears in entry field #12637

Alexander-Mathew opened this issue Jan 13, 2023 · 11 comments · Fixed by #12661
Labels
area-keyboard Keyboard, soft keyboard fixed-in-7.0.81 Look for this fix in 7.0.81! fixed-in-7.0.100 fixed-in-7.0.101 fixed-in-8.0.0-preview.1.7762 Look for this fix in 8.0.0-preview.1.7762! platform/android 🤖

Comments

@Alexander-Mathew
Copy link

Alexander-Mathew commented Jan 13, 2023

When a modal page is called from the parent page, and when the keyboard appears due to focusing on an entry field, it doesn't resize to the original after the keyboard disappears after the latest update of maui workload

Screen_Recording_20230113_195918.mp4
  1. Create a .net MAUI App
  2. Add a ContentPage and add a entry field inside it.
  3. Navigate to the newly added page from MainPage using Navigation.PushModalAsyn(NewPage) on a click of button
  4. Run the application.
  5. Now on click of button you will be navigated to the NewPage.
  6. On New Page, click on the entry field and keyboard appears.
  7. After typing something close the keyboard .
  8. You will find the page doesn't resize.
  9. If it doesn't appear in the first time, type again and try it

Expected:-
The page should have been resized to it original form

@Alexander-Mathew
Copy link
Author

Alexander-Mathew commented Jan 13, 2023

@jfversluis @jonathanpeppers Could you please help with this issue

@mattleibow
Copy link
Member

May be related to #11286

@mattleibow mattleibow added platform/android 🤖 area-navigation NavigationPage area-controls-modal area-controls-pages Page types s/needs-repro Attach a solution or code which reproduces the issue area-keyboard Keyboard, soft keyboard labels Jan 13, 2023
@ghost ghost added the legacy-area-controls Label, Button, CheckBox, Slider, Stepper, Switch, Picker, Entry, Editor label Jan 13, 2023
@ghost
Copy link

ghost commented Jan 13, 2023

Hi @Alexander-Mathew. We have added the "s/needs-repro" label to this issue, which indicates that we require steps and sample code to reproduce the issue before we can take further action. Please try to create a minimal sample project/solution or code samples which reproduce the issue, ideally as a GitHub repo that we can clone. See more details about creating repros here: https://github.com/dotnet/maui/blob/main/.github/repro.md

This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time.

@Alexander-Mathew
Copy link
Author

Thank @mattleibow for the response
You can find the zip file in the below ink

https://github.com/Alexander-Mathew/assgn-10

@ghost ghost added s/needs-attention Issue has more information and needs another look and removed s/needs-repro Attach a solution or code which reproduces the issue labels Jan 13, 2023
@PureWeen PureWeen removed the s/needs-attention Issue has more information and needs another look label Jan 17, 2023
@PureWeen PureWeen added this to the Backlog milestone Jan 17, 2023
@ghost
Copy link

ghost commented Jan 17, 2023

We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.

@nebula2
Copy link

nebula2 commented Jan 18, 2023

Is there a workaround for this?

@daDomas
Copy link

daDomas commented Jan 20, 2023

Same issue here. Is there a suitable workaround?

@JasbirSingh07
Copy link

This issue seems resolved. Please have look into this link. https://github.com/dotnet/maui/issues/11274

@noque-lind
Copy link

Does anyone know when the fix for this will be released?

@ghost
Copy link

ghost commented Feb 14, 2023

Hello lovely human, thank you for your comment on this issue. Because this issue has been closed for a period of time, please strongly consider opening a new issue linking to this issue instead to ensure better visibility of your comment. Thank you!

@softlion
Copy link
Contributor

This issue seems resolved. Please have look into this link. https://github.com/dotnet/maui/issues/11274
This links to nowhere.

I still have the issue in 7.0.59 on Android 13

Why close an issue without linking to any PR that resolves it ?

@samhouts samhouts added the fixed-in-8.0.0-preview.1.7762 Look for this fix in 8.0.0-preview.1.7762! label Feb 22, 2023
@samhouts samhouts modified the milestones: Backlog, 8.0-preview1 Feb 22, 2023
@samhouts samhouts added the fixed-in-7.0.81 Look for this fix in 7.0.81! label Apr 12, 2023
@ghost ghost locked as resolved and limited conversation to collaborators May 12, 2023
@samhouts samhouts added fixed-in-7.0.101 backport/approved After some discussion or review, this PR or change was approved to be backported. and removed area-navigation NavigationPage legacy-area-controls Label, Button, CheckBox, Slider, Stepper, Switch, Picker, Entry, Editor area-controls-modal backport/approved After some discussion or review, this PR or change was approved to be backported. labels Jan 31, 2024
@Eilon Eilon removed the area-controls-pages Page types label May 10, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-keyboard Keyboard, soft keyboard fixed-in-7.0.81 Look for this fix in 7.0.81! fixed-in-7.0.100 fixed-in-7.0.101 fixed-in-8.0.0-preview.1.7762 Look for this fix in 8.0.0-preview.1.7762! platform/android 🤖
Projects
None yet
Development

Successfully merging a pull request may close this issue.

10 participants