Android Scrollview having videoview is giving problem

房东的猫 提交于 2019-11-27 08:30:39

You could also set for your VideoView:

    android:background:"#0000"

Romain Guy responded to this Android bug report:

This is a known limitation of VideoView. You should instead use TextureView in Android 4.0 and up.

Alex

you cannot scroll videoview while playing as described here.

i had a videoview inside viewpage, when i scroll i pause the video and show image on top of it. "myby this work around can help"

Abubakar Abdul Khaliq

Call requestLayout() for the video view. It resolved same issue for me.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!