This repository was archived by the owner on Oct 13, 2025. It is now read-only.

Description
Problem description
This is a question regarding visibility detector.
Steps to reproduce
- A simple list view with each item has it's own visibility detector attached to it.
Expected behavior
I expected for the widgets from the simple list even when not fully visible (visibleFraction: 0.0), could be treated as a partially visible one (visibleFraction: 0.01~), by extending the viewport/bound box/the visible area within the same scroll position.
Actual behavior
If there's just a slight scroll between the edge of the viewport, the widget disappearance could be seen by the user, and I would like to prevent that.
Environment
I am using an android emulator.
Additional details
--
Any feedback is appreciated, thank you!