Florin Dobre

Results 7 issues of Florin Dobre

On some android devices the text is not visible no matter what color you choose and what you type. Drawing is visible but text not: Left side Android 11 Samsung...

``` Duplicate class com.google.android.play.core.common.IntentSenderForResultStarter found in modules jetified-core-1.9.0-runtime (com.google.android.play:core:1.9.0) and jetified-core-common-2.0.0-runtime (com.google.android.play:core-common:2.0.0) Duplicate class com.google.android.play.core.common.LocalTestingException found in modules jetified-core-1.9.0-runtime (com.google.android.play:core:1.9.0) and jetified-core-common-2.0.0-runtime (com.google.android.play:core-common:2.0.0) Duplicate class com.google.android.play.core.common.PlayCoreDialogWrapperActivity found in modules jetified-core-1.9.0-runtime...

I would need to hide the casting icon for Android without removing totally the casting dependencies because they are used by another player. Is there any option to do that?...

Steps to replicate: `"react-native-jw-media-player": "0.2.41",` Use following config: ``` const jwConfig = { enableLockScreenControls: false, // iOS only pipEnabled: true, backgroundAudioEnabled: false, autostart: true, playlist: [playlistItem], menuStyle: { backgroundColour: 'rgba(51,...

Using a track with thumbnails displays text instead of thumbnail: OS: both Android and iOS `"react-native-jw-media-player": "0.2.46",` ``` tracks: [{ file: 'https://cdn.jwplayer.com/strips/EMSoi97G-120.vtt', label: 'thumbnails', default: true, kind: 'thumbnails' }] ```

``` "react-native-jw-media-player": "0.2.46", "react-native": "^0.72.14", ``` Android: All tracks show in the player menu but: - onAudioTracks is not firing at all iOS: All tracks show in the player menu...