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 FooterTemplate in a CollectionView on Android, the footer becomes scrollable when EmptyView is displayed. 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.
iOSExpected.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.
Description
When using a
FooterTemplatein aCollectionViewon Android, the footer becomes scrollable when EmptyView is displayed. However, on other platforms, the footer remains properly positioned within the view.Expected Behavior:
iOSExpected.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.
AndroidIssue.mov
CollectionViewFooterIssue.zip
Steps to Reproduce
Run the attached sample project on an Android device or emulator.
Observe the behavior when the CollectionView is empty (with EmptyView displayed).
Notice that the footer becomes scrollable along with the CollectionView.
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
No response
Affected platforms
Android
Affected platform versions
No response
Did you find any workaround?
No response
Relevant log output