Android-ScalableVideoView icon indicating copy to clipboard operation
Android-ScalableVideoView copied to clipboard

Android Texture VideoView having a variety of scale types like the scale types of ImageView such as fitCenter, centerCrop, centerTopCrop and more

Results 37 Android-ScalableVideoView issues
Sort by recently updated
recently updated
newest added

I am using this view and when my activity gets resized in a multi-window mode the video is stretched. Currently I am using the cropCenter mode. Is there a way...

need catch policy for URL. after load video one time than if i play same video than it play instantly.

Can join the video of high fixed video, high scaling?

ScalableVideoview is getting stuck while playing HD video in Recyclerview.

The video view is black on ics 4.0.3

Hey, I have route with a `react-native-video` component, the route is not currently focused, when unmounting the route the app crashes with the following error. ``` 02-13 14:53:42.879 3774 3774...

In api level19, I view video in list and when there are to videoview in the screen, sometimes you can find the above videoview will blink badly. Only in api...

When jump to an other activity from the current one which contains the video view while the video is playing and then come back again to the video activity, the...

On Samsung SM-T561 (Android 4.4.4 , screen 9.6" , video size 852x480) video plays only few frames and then sucks. Here is some logs `V/MediaPlayer-JNI: native_setup V/MediaPlayer: constructor V/MediaPlayer: setListener...

if we don't set data source and directly call isPlaying, it crashes. so it's better to check whether mMediaPlayer is null or not beforehand.