Jean-Marie Baran

Results 16 comments of Jean-Marie Baran

Hi, we have the exactly same issue on iOS 16 too, and only in release builds. We also observe that placing the phone parallel to the ground returns the correct...

Reproduced with `1.5.0` too. Turning the iPhone upside down also gives the correct orientation. `addDeviceOrientationListener` and `useDeviceOrientationChange` seems to work as expected.

> It appears to have been changed here... [7a7db41](https://github.com/wonday/react-native-orientation-locker/commit/7a7db411d7da08efc08590883716b1dd2286fb37) > > Seems like changing that to FULL_USER instead of SENSOR should resolve the issue. Still need to confirm though. I...

I can confirm I got it working on Android too, as @moberer [described](https://github.com/godot-rust/gdext/issues/470#issuecomment-1826829559), using Ubuntu 22.04. I am not sure what `cargo ndk` is though, on my end this produced...

I have this exact same problem, since a few months (I think since the upgrade to Android 14). It turns out the drawer actually opens but is invisible. When clicking...

Hi @dingyishen-amazon, Yes `removeRenderViewFromBoundVideoTileMap()` is indeed called, but in the failing cases we observe that this call removes the wrong render view. The key fact is that sometimes `renderViewToBoundVideoTileMap` contains...

Hi @hokyungh, no we don't call `audiovideo.unbindVideoView`. I figured out that the issue would probably not occur if we did call it, however: - it's a bit complex to implement...

Hi, just letting you know that we reproduce this issue on iOS too (0.22.2). A possible fix seems similar to the one for Android (adding `removeRenderViewFromBoundVideoTileMap(tileState.tileId)` line 157 in [`DefaultVideoTileController::onRemoveTrack()`](https://github.com/aws/amazon-chime-sdk-ios/blob/v0.22.2/AmazonChimeSDK/AmazonChimeSDK/audiovideo/video/DefaultVideoTileController.swift#L157))....

Hi, as I said previously due to the framework with use in our app this is no simple task. I managed to do it though, I *think* it solves most...