client-sdk-react-native
client-sdk-react-native copied to clipboard
Screen share sometimes overlaps video on Android
Bug
The screen share sometimes overlaps the video component even after using overflow:"hidden"
Expected behavior
Should not overlap and exceed the boundary.
Screenshots
https://github.com/livekit/client-sdk-react-native/assets/91018916/11db5790-05f0-46cf-a174-56c0e9ad59ae
Device Info:
- Device: Moto g62 5g, Google Pixel
- OS: Android 13
Dependencies Info :
"@livekit/react-native": "^1.2.0",
"@livekit/react-native-webrtc": "^104.0.1",
"react-native-pip-android": "^1.0.1",
"@openspacelabs/react-native-zoomable-view": "^2.1.1",
Additional context Urgent requirement
Hey, did you have any issue with 2 cameras active one positioned absolutely on top of the other?
My issue is on android when the other participant turns on his camera the current participant's camera goes behind only on Android and I cannot figure out why since IOS works just fine...
Maybe, @davidzhao has any idea if there's some kind of bug?