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. How can I scroll the V
Romain Guy said in this Android issue:
This is a known limitation of VideoView. You should instead use TextureView in Android 4.0 and up.
VideoView