Paul-Hubert Cannesson

Results 8 comments of Paul-Hubert Cannesson

I spent a few hours today investigating this issue before I found this topic. So I created a pull request to remove the line from README and avoid the pain...

I'm also seeing this issue on my app. it seems 100% linked to having a parent with `fillMaxSize()`. In my case, I have a single activity with a `NavHost()` that...

I'm facing a similar issue but on my app it's not only the first frame but the whole remaining video that does not scale properly.

+1 this We've spent days trying to understand issues we have with Android 14 devices recently. Going back to our previous app versions doesn't fix anything, so we came up...

> > ### Reproducible in the demo app? > > Not tested > > Please can you test this? It would help us to debug if we know whether it...

On our side, after some testing, we've detected that it seems to be related to the way the frame layout gets notified of changes in the player. We've successfully "fixed"...

> I found a "fix", the stretch is gone when using `app:surface_type="texture_view"`. So I assume there's something wrong with `app:surface_type="surface_view"` inside `AndroidView` on the latest android? > > Is it...

While digging in AOSP code, I've noticed this change : https://cs.android.com/android/_/android/platform/frameworks/base/+/1b152e712159c0b82831a7567ce2f3c49cdc11bf It apparently modified how `SurfaceView` is clipped. It seemed to have been released in Android 14 QPR2. It's a...