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
Describe the bug
I've encountered an issue with VideoTrackRenderer on the web where it blocks click events for the parent component.
Notably, this problem only appears on the web; in my testing on Windows and Linux, it works as expected.
Additionally, other child elements within the parent component still respond correctly to parent click events based on their positions.
I tried wrapping VideoTrackRenderer with IgnorePointer, and this approach resolves the click event issue on the web. However,
I’m unsure if there might be any side effects from this change. Should this modification be implemented in the SDK?
Describe the bug
I've encountered an issue with VideoTrackRenderer on the web where it blocks click events for the parent component.
Notably, this problem only appears on the web; in my testing on Windows and Linux, it works as expected.
Additionally, other child elements within the parent component still respond correctly to parent click events based on their positions.
Here's a code snippet that demonstrates the issue:
https://github.com/AoEiuV020/livekit_meeting/blob/rendererClick/lib/widgets/participant.dart#L145
To Reproduce
Expected behavior
Platform information
Flutter version: 3.24.3
Plugin version: 2.2.8
Flutter target OS: Android
Flutter target OS version: 14
Flutter console log:
The text was updated successfully, but these errors were encountered: