yqritc / Android-ScalableVideoView

Android Texture VideoView having a variety of scale types like the scale types of ImageView such as fitCenter, centerCrop, centerTopCrop and more
Apache License 2.0
1.09k stars 223 forks source link

Video not visible in scrollview #39

Open uday-naidu opened 6 years ago

uday-naidu commented 6 years ago

When i try to add scalablevideoview inside scrollview it starts playing but the video is not visible

rvanderlinden commented 5 years ago

For anyone else running into the same problem: setting fillViewport to true on the scrollview may resolve the issue.