goffioul
goffioul
## Description React 18 StrictMode comes with additional behaviors to prepare for reusable state. In particular, when a component is first mounted, React simulates mount+unmount+mount [1]. A typical integration as...
# Bug Report ## Problem Upgrading to cordova-android@11 and the new splashscreen system comes with 2 regressions in my app: 1. Android does not seem to use the splashscreen API...
# Bug Report ## Problem When resuming a cordova app, the keyboard focus is moved instead of being restored to the last focused element. ### What is expected to happen?...
# Bug Report ## Problem When the screen is rotated, the splashscreen does not fit the screen anymore and the content is not centered. The view retains the size it...
My setup: - ExoPlayer 2.15.1 - Android NDK 23.1.7779620 - CMake 3.22.2 (using system package from Fedora) In order to build with this setup, I'm using the following patch: ```...
I have a use case whereby a `SwipeableViews` component is initially rendered with `animateTransitions=true` and a given index. Later on, the component is re-rendered with a change of `index` and...
The reference documentation for .ready() handler does not specify any argument for the signature of the handler. However, the jQuery object is actually provided, which is quickly explained later in...
# Bug Report ## Problem On iOS, when playing a remote audio stream (e.g. HTTP) and reloading the page content, the audio playback keeps playing and there's no way to...
### Platforms affected Android ### What does this PR do? Propagate info/warning events (from MediaPlayer.OnInfoListener) to the web application. In particular the buffering start/stop events. ### What testing has been...
### Platforms affected Android. ### What does this PR do? Handle UDP media URL as streaming. ### What testing has been done on this change? ### Checklist - [X] [Reported...