-
Notifications
You must be signed in to change notification settings - Fork 1.9k
ScrollView height exceeds actual size when On screen keyboard layout in the View in iOS platform. #2601
Comments
Hi Team, Can anyone please let me know the progress of this issue fix? Thanks. |
Hi Team, Any update on this? |
Hi, this issue affects layout on our apps on iPhone X, and other shiny-iPhone-with-notch like XR, XS, XS Max. It breaks what design and UX team does. |
Hi, |
I found one solution. This is temporary solution, I'm still waiting fixes in the framework :-) I used custom KeyboardRender from here with some fixes. You should add this class in the IOS project:
|
This issue doesn't seem to have had any activity in a long time. We're working on prioritizing issues and resolving them as quickly as we can. To help us get through the list, we would appreciate an update from you to let us know if this is still affecting you on the latest version of Xamarin.Forms, since it's possible that we may have resolved this as part of another related or duplicate issue. If we don't see any new activity on this issue in the next 30 days, we'll evaluate whether this issue should be closed. Thank you! |
Since we haven't heard from you in more than 30 days, we hope this issue is no longer affecting you. If it is, please reopen this issue and provide the requested information so that we can look into it further. Thank you! |
Hi Team,
Description
In iOS platform, we have noticed a weird behavior while scrolling the list items when keyboard layout on the View. We have tried to load a ScrollView with several child elements including ListView. We have Entry element inside the ItemTemplate of ListView. While focusing the Entry element, the On screen keyboard comes into the View and pushes the content upwards. This creates a blank space between keyboard and ListView. Sometimes it doesn't actually push the View above the keyboard. At that time while we scroll the list upwards with keyboard enabled, we have noticed the space again. We have attached the issue replicating sample along with the Video cast to showcase this issue.
Steps to Reproduce
Expected Behavior
ScrollView height should be calculated properly when keyboard layout in the View.
Actual Behavior
When keyboard layout in the View, there is a blank space between ListView and Keyboard when scrolled to the end.
Basic Information
Reproduction Link
ListViewIssue.zip
The text was updated successfully, but these errors were encountered: