Android webview is playing video only once
问题 I am using webview in android to play a video. The problem is that video is playing once. I have seen some answers about how to fix it, but still not working. Here's my code: public class MyChromeClient extends WebChromeClient implements OnCompletionListener, OnErrorListener { private Activity _activity; private VideoView mCustomVideoView; private LinearLayout mContentView; private FrameLayout mCustomViewContainer; private WebChromeClient.CustomViewCallback mCustomViewCallback; static final