I have a VideoView that is inside a scrollView. When I scroll the scrollView, the VideoView does not scroll with it. It is like its position is fixed. Here is my layout:
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"
You could also set for your VideoView
:
android:background:"#0000"
Call requestLayout()
for the video view. It resolved same issue for me.