[iOS] Sticky header panel covers content in a scrollview when using ReturnType="Next" on Entry fields #19956
Labels
area-controls-entry
Entry
fixed-in-8.0.10
fixed-in-9.0.0-preview.2.10293
platform/iOS 🍎
s/needs-attention
Issue has more information and needs another look
s/verified
Verified / Reproducible Issue ready for Engineering Triage
t/bug
Something isn't working
Milestone
Description
When you have some content at the top of the page that is "sticky" and a
ScrollView
below. If you have Entry fields in the scroll view with theReturnType
set to "Next", when you tab through the fields the scrolling works normally. However, when you reach the final entry in theScrollView
and cycle around to the start, the "sticky" content will cover the first part of content in theScrollView
even though it is in a separate control.Untitled.mp4
Steps to Reproduce
MainPage.xaml
:XAML code
``` xml ```Observe issue where content in the ScrollView is covered by the sticky header despite the sticky header being an entirely separate control.
Link to public reproduction project repository
https://github.com/BurkusCat/ScrollViewKeyboardIssueIos
Version with bug
8.0.6
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
iOS
Affected platform versions
iOS 15 - 17
Did you find any workaround?
No
Relevant log output
No response
The text was updated successfully, but these errors were encountered: