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 using a Header and Footer Template in a CollectionView on Android, the footer becomes scrollable when EmptyView is used as string. However, on other platforms, the footer remains properly positioned within the view.
Expected Behavior:
The footer should remain fixed within the view when EmptyView is displayed, consistent across all platforms.
EmptyView_Issue.mov
Actual Behavior:
On Android, the footer becomes scrollable when EmptyView is shown.
On other platforms, the footer remains fixed within the view, as expected.
Steps to Reproduce
Run the attached sample.
See the footer template is not visible in view.
When collection view is scrolled footer template is visible.
Description
When using a Header and Footer Template in a CollectionView on Android, the footer becomes scrollable when EmptyView is used as string. However, on other platforms, the footer remains properly positioned within the view.
Expected Behavior:
The footer should remain fixed within the view when EmptyView is displayed, consistent across all platforms.
EmptyView_Issue.mov
Actual Behavior:
On Android, the footer becomes scrollable when EmptyView is shown.
On other platforms, the footer remains fixed within the view, as expected.
Steps to Reproduce
EmptyViewSample.zip
Link to public reproduction project repository
No response
Version with bug
9.0.50 SR5
Is this a regression from previous behavior?
No, this is something new
Last version that worked well
No response
Affected platforms
Android
Affected platform versions
No response
Did you find any workaround?
No response
Relevant log output