You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When clicking into an Entry control inside a ScrollView, users can scroll down through a few entries, but it becomes impossible to reach the very bottom of the page. The on-screen keyboard covers the last few Entry fields, preventing interaction.
Note: While fixing this issue enable the following UITest in HostApp: Issue19956
Navigate to the page with the ScrollView containing multiple Entry controls.
Tap on an Entry near the top to bring up the keyboard.
Attempt to scroll down to the bottom of the ScrollView.
Observe that the keyboard covers the bottom Entry fields, and you can't scroll further to access them.
Actual Behavior:
The on-screen keyboard covers the bottom Entry fields inside the ScrollView.
Users are unable to scroll far enough to access or interact with the last few Entry controls.
Expected Behavior:
The ScrollView should adjust its content or scroll position to ensure that all Entry fields, including those at the bottom, remain fully visible and accessible when the keyboard is displayed.
Link to public reproduction project repository
No response
Version with bug
9.0.40 SR4
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
Android
Affected platform versions
No response
Did you find any workaround?
No response
Relevant log output
The text was updated successfully, but these errors were encountered:
Description
When clicking into an Entry control inside a ScrollView, users can scroll down through a few entries, but it becomes impossible to reach the very bottom of the page. The on-screen keyboard covers the last few Entry fields, preventing interaction.
Note: While fixing this issue enable the following UITest in HostApp: Issue19956
In android,
Screen.Recording.2025-02-21.at.3.33.35.PM.mov
In iOS,
Screen.Recording.2025-02-21.at.3.34.50.PM.mov
Steps to Reproduce
Open the app on an Android device. KeybordScrollingIssue.zip
Navigate to the page with the ScrollView containing multiple Entry controls.
Tap on an Entry near the top to bring up the keyboard.
Attempt to scroll down to the bottom of the ScrollView.
Observe that the keyboard covers the bottom Entry fields, and you can't scroll further to access them.
Actual Behavior:
The on-screen keyboard covers the bottom Entry fields inside the ScrollView.
Users are unable to scroll far enough to access or interact with the last few Entry controls.
Expected Behavior:
The ScrollView should adjust its content or scroll position to ensure that all Entry fields, including those at the bottom, remain fully visible and accessible when the keyboard is displayed.
Link to public reproduction project repository
No response
Version with bug
9.0.40 SR4
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
Android
Affected platform versions
No response
Did you find any workaround?
No response
Relevant log output
The text was updated successfully, but these errors were encountered: