video disappears when setting match_parent in webview
I have a webview in which video is played, if you set the size of the webview, for example, 200 to 200, then everything is ok, but when installed programmatically
android:layout_width="match_parent"
android:layout_height="wrap_content"
then the video disappears from the screen, the screen becomes black. While the stream from the video continues to play as the music from the video continues to play. How I can fix it ?
......